aboutsummaryrefslogtreecommitdiff
path: root/grid/Makefile
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2004-03-30 04:11:42 +0000
committerN.N. <sevyves@users.sourceforge.net>2004-03-30 04:11:42 +0000
commit30809d41b8499bcb12d1245f1b34ec25eb8de2dc (patch)
treeee83e330a2102a33be131cfca98a952d3d75077d /grid/Makefile
parentf51c45c93c6bdc6601465c49c9c6c19c5bde7e63 (diff)
grid 0.5
svn path=/trunk/externals/unauthorized/; revision=1514
Diffstat (limited to 'grid/Makefile')
-rw-r--r--grid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/grid/Makefile b/grid/Makefile
index 115dcc6..7412ac0 100644
--- a/grid/Makefile
+++ b/grid/Makefile
@@ -67,7 +67,7 @@ LINUXCFLAGS = -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \
LINUXINCLUDE = -I../../src
.c.pd_linux:
- ../tk2c.bash < $*.tk > $*.tk2c
+ ./tk2c.bash < $*.tk > $*.tk2c
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux