diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-16 07:53:07 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-16 07:53:07 +0000 |
commit | 583800756214c66bc475d289864fe9b843fabed5 (patch) | |
tree | fdb3f700fa88e2f8d1801e1d9a98faeb8f4ec1c4 /audience~ | |
parent | f23788bf090af8380116e289bc787bc15ecc51dd (diff) |
changed Makefile to use common tk2c.bash
svn path=/trunk/externals/unauthorized/; revision=850
Diffstat (limited to 'audience~')
-rw-r--r-- | audience~/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audience~/Makefile b/audience~/Makefile index d60890d..1de0e20 100644 --- a/audience~/Makefile +++ b/audience~/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 |