aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2003-02-18 13:18:54 +0000
committerTom Schouten <doelie@users.sourceforge.net>2003-02-18 13:18:54 +0000
commit0cb66a03e133428a6778de2abec3df4c6cedea59 (patch)
tree366e021b6f3253c3e492cc55cdbbdea5e76fd170 /Makefile
parentcec59cea80c2a573404d52cda43fda46536f2121 (diff)
creb update
svn path=/trunk/externals/creb/; revision=419
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d03e9f8..7156eae 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ current:
make -C modules++
rm -f $(LIBNAME)
- $(CPLUSPLUS) -export_dynamic -shared -o $(LIBNAME) system/*.o modules/*.o modules++/*.o -lm
+ $(CXX) -export_dynamic -shared -o $(LIBNAME) system/*.o modules/*.o modules++/*.o -lm
strip --strip-unneeded $(LIBNAME)
clean: