diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2004-02-02 12:24:33 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2004-02-02 12:24:33 +0000 |
commit | 80cc49a37d770cfd53ea8c543d2dc6c1746608ef (patch) | |
tree | 141e772f8cd92e550a2904cb6cc54d35142ab9bd /pd/extra/lrshift~/makefile | |
parent | f315c40ef40e1ae252038c33c536e9ef1bc00000 (diff) |
merged with version_0_37_1test6
svn path=/trunk/; revision=1307
Diffstat (limited to 'pd/extra/lrshift~/makefile')
-rw-r--r-- | pd/extra/lrshift~/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/extra/lrshift~/makefile b/pd/extra/lrshift~/makefile index 67afef10..00ed2493 100644 --- a/pd/extra/lrshift~/makefile +++ b/pd/extra/lrshift~/makefile @@ -68,7 +68,7 @@ LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \ LINUXINCLUDE = -I../../src .c.pd_linux: - cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c + $(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm strip --strip-unneeded $*.pd_linux rm -f $*.o |