From 0cb66a03e133428a6778de2abec3df4c6cedea59 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Tue, 18 Feb 2003 13:18:54 +0000 Subject: creb update svn path=/trunk/externals/creb/; revision=419 --- Makefile.pd_darwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.pd_darwin') 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: -- cgit v1.2.1