diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2003-02-18 13:18:54 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2003-02-18 13:18:54 +0000 |
commit | 0cb66a03e133428a6778de2abec3df4c6cedea59 (patch) | |
tree | 366e021b6f3253c3e492cc55cdbbdea5e76fd170 /Makefile.pd_darwin | |
parent | cec59cea80c2a573404d52cda43fda46536f2121 (diff) |
creb update
svn path=/trunk/externals/creb/; revision=419
Diffstat (limited to 'Makefile.pd_darwin')
-rw-r--r-- | Makefile.pd_darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pd_darwin b/Makefile.pd_darwin index 7dad28d..bcdaa83 100644 --- a/Makefile.pd_darwin +++ b/Makefile.pd_darwin @@ -7,7 +7,7 @@ current: make -C modules++ rm -f $(LIBNAME) - $(CPLUSPLUS) $(LIBFLAGS) -o $(LIBNAME) system/*.o modules/*.o modules++/*.o -lm + $(CXX) $(LIBFLAGS) -o $(LIBNAME) system/*.o modules/*.o modules++/*.o -lm # strip --strip-unneeded $(LIBNAME) clean: |