aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-06-07 15:02:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-06-07 15:02:59 +0000
commitc2fb523db6282d472fd1a032e1b834ee4f429b10 (patch)
tree9439966eabc20a27709f397e05d7dc94e77125cd /Makefile
parente8ca81eef401e1b865afb7359d04ceaa3d68cebb (diff)
eliminated updates on everything but the leftmost inlet, necessary because the ifeel.o kernel module crashes if the input is too fast; added help patch
svn path=/trunk/externals/hcs/; revision=685
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa064a3..800d171 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \
LINUXINCLUDE = -I/usr/local/lib/pd/include -I../../pd/src
.c.pd_linux:
- cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
+ gcc-3.2 $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm $*.o