blob: 3c0fd9e7894ed6c533af99ca88a112de14041f43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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]
|