diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-18 00:07:22 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-18 00:07:22 +0000 |
commit | 735dabec07fd8918e171c6470911c6cd192b7cc5 (patch) | |
tree | 8508efb114a10fbd1f02981f8e4ca142c7a18144 | |
parent | b63fb5e692d69f16882f010e7082b3d744b0de31 (diff) |
changed Makefile to use common tk2c.bash
svn path=/trunk/externals/unauthorized/; revision=876
-rw-r--r-- | grid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grid/Makefile b/grid/Makefile index 7412ac0..115dcc6 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 |