diff options
Diffstat (limited to 'pbank/makefile')
-rwxr-xr-x | pbank/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbank/makefile b/pbank/makefile index 7600538..b79c587 100755 --- a/pbank/makefile +++ b/pbank/makefile @@ -70,7 +70,7 @@ LINUXINCLUDE = -I../../src -I../../src/pdinclude .c.pd_linux: $(CC) -O2 -Wall -DPD -fPIC $(NS_INCLUDE) -c $*.c - $(LD) -export_dynamic -shared -o $*.pd_linux $*.o -lc + $(LD) --export-dynamic -shared -o $*.pd_linux $*.o -lc rm -f $*.o ../$*.pd_linux #cp $*.pd_linux ../../xjimmies/. |