aboutsummaryrefslogtreecommitdiff
path: root/strtok/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'strtok/makefile')
-rw-r--r--strtok/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/strtok/makefile b/strtok/makefile
index 6086bc8..0d7d300 100644
--- a/strtok/makefile
+++ b/strtok/makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
$(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o