diff options
author | N.N. <federico__@users.sourceforge.net> | 2007-09-30 10:05:54 +0000 |
---|---|---|
committer | N.N. <federico__@users.sourceforge.net> | 2007-09-30 10:05:54 +0000 |
commit | 4bd06fbe95579ec9a31797ba05ceb3c3e305a857 (patch) | |
tree | 60083fd03d688e5dee94fe79e109646ab3c0d375 /tracker/makefile | |
parent | 1e173e7c012d8fd0d6014e1f56c7ce471bd1729f (diff) |
typo in darwin makefile
svn path=/trunk/externals/ffext/; revision=8776
Diffstat (limited to 'tracker/makefile')
-rw-r--r-- | tracker/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker/makefile b/tracker/makefile index 2a25050..5a62b2b 100644 --- a/tracker/makefile +++ b/tracker/makefile @@ -50,7 +50,7 @@ DARWININCLUDE = -I/usr/include -I$(PDPATH)/src DARWINLDFLAGS = -bundle -undefined suppress -flat_namespace .c.pd_darwin: - $(CC) $(CFLAGS) -o $*.o -c $*.c + $(CC) $(DARWINCFLAGS) $(DARWININCLUDE) -o $*.o -c $*.c $(LD) $(DARWINLDFLAGS) -o $*.pd_darwin $*.o -lc -lm # ----------------------- Miscellaneous ------------------- |