From f51c45c93c6bdc6601465c49c9c6c19c5bde7e63 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 30 Mar 2004 03:59:41 +0000 Subject: playlist 0.8 svn path=/trunk/externals/unauthorized/; revision=1513 --- playlist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playlist/Makefile') 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 -- cgit v1.2.1