diff options
author | N.N. <sevyves@users.sourceforge.net> | 2004-03-30 04:11:42 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2004-03-30 04:11:42 +0000 |
commit | 30809d41b8499bcb12d1245f1b34ec25eb8de2dc (patch) | |
tree | ee83e330a2102a33be131cfca98a952d3d75077d /grid/Makefile | |
parent | f51c45c93c6bdc6601465c49c9c6c19c5bde7e63 (diff) |
grid 0.5
svn path=/trunk/externals/unauthorized/; revision=1514
Diffstat (limited to 'grid/Makefile')
-rw-r--r-- | grid/Makefile | 2 |
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 |