aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Kelly <edkelly@users.sourceforge.net>2009-05-09 18:57:33 +0000
committerEd Kelly <edkelly@users.sourceforge.net>2009-05-09 18:57:33 +0000
commit9a9763d6c45862d06eac0dbcbcc16633037e2eeb (patch)
treea51591e3d281944d28161dbd5770f1d3dbe2171e
parent3b80ff371e24dbccd023fae05791e2de8744a9f4 (diff)
New weightonset externalbackups/externals/bassemu@13524
svn path=/trunk/externals/bassemu/; revision=11309
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99c52a8..f02e45e 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,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