aboutsummaryrefslogtreecommitdiff
path: root/playlist/Makefile
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2004-03-30 03:59:41 +0000
committerN.N. <sevyves@users.sourceforge.net>2004-03-30 03:59:41 +0000
commitf51c45c93c6bdc6601465c49c9c6c19c5bde7e63 (patch)
tree6ca5b7f0c5d84086fe6bc59ee3feec471cd17b95 /playlist/Makefile
parent0ba839b86723c2a2c459f81de3f84fc10dcc8ec5 (diff)
playlist 0.8
svn path=/trunk/externals/unauthorized/; revision=1513
Diffstat (limited to 'playlist/Makefile')
-rw-r--r--playlist/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist/Makefile b/playlist/Makefile
index 5bc42ec..af34a23 100644
--- a/playlist/Makefile
+++ b/playlist/Makefile
@@ -67,7 +67,7 @@ LINUXCFLAGS = -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \
LINUXINCLUDE = -I../../src
.c.pd_linux:
- ../tk2c.bash < $*.tk > $*.tk2c
+ ./tk2c.bash < $*.tk > $*.tk2c
gcc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux