summaryrefslogtreecommitdiff
path: root/lang/squeak-dev/files/patch-platforms::unix::plugins::SqueakFFIPrims::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/squeak-dev/files/patch-platforms::unix::plugins::SqueakFFIPrims::Makefile.in')
-rw-r--r--lang/squeak-dev/files/patch-platforms::unix::plugins::SqueakFFIPrims::Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/squeak-dev/files/patch-platforms::unix::plugins::SqueakFFIPrims::Makefile.in b/lang/squeak-dev/files/patch-platforms::unix::plugins::SqueakFFIPrims::Makefile.in
deleted file mode 100644
index 3c0fd9e7894e..000000000000
--- a/lang/squeak-dev/files/patch-platforms::unix::plugins::SqueakFFIPrims::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- platforms/unix/plugins/SqueakFFIPrims/Makefile.in.orig Sun Mar 20 05:38:18 2005
-+++ platforms/unix/plugins/SqueakFFIPrims/Makefile.in Sun Feb 26 00:08:03 2006
-@@ -14,7 +14,7 @@
- XINCLUDES = [includes]
-
- $(TARGET) : $(OBJS) Makefile
-- $(LINK) $(TARGET) $(OBJS)
-+ $(LINK) $(TARGET) $(OBJS) -lffi
- $(RANLIB) $(TARGET)
-
- [make_targets]