aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/loop~/makefile
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2004-02-02 12:24:33 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2004-02-02 12:24:33 +0000
commit80cc49a37d770cfd53ea8c543d2dc6c1746608ef (patch)
tree141e772f8cd92e550a2904cb6cc54d35142ab9bd /pd/extra/loop~/makefile
parentf315c40ef40e1ae252038c33c536e9ef1bc00000 (diff)
merged with version_0_37_1test6
svn path=/trunk/; revision=1307
Diffstat (limited to 'pd/extra/loop~/makefile')
-rw-r--r--pd/extra/loop~/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/extra/loop~/makefile b/pd/extra/loop~/makefile
index 881ec5f1..77bff84a 100644
--- a/pd/extra/loop~/makefile
+++ b/pd/extra/loop~/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