aboutsummaryrefslogtreecommitdiff
path: root/ff
diff options
context:
space:
mode:
Diffstat (limited to 'ff')
-rw-r--r--ff/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ff/makefile b/ff/makefile
index 7708283..0ed84d5 100644
--- a/ff/makefile
+++ b/ff/makefile
@@ -5,7 +5,7 @@ all: ff
ff: ff.c
$(CC) $(CFLAGS) $(LINUXCFLAGS) $(LINUXINCLUDE) -o ff.o -c ff.c
- ld -export_dynamic -shared -o ff.pd_linux ff.o -lc -lm
+ ld --export-dynamic -shared -o ff.pd_linux ff.o -lc -lm
strip --strip-unneeded ff.pd_linux
rm ff.o