diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-30 06:19:55 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-30 06:19:55 +0000 |
commit | ea754c64808205efb85678c0a8686d8169ed8740 (patch) | |
tree | 00cb591282c0e12153bb59bac14322cf25752e76 /muparser | |
parent | 8aa38a3185c61f60248bd99616a0ead6cd5f84c3 (diff) | |
download | opt-utilities-ea754c64808205efb85678c0a8686d8169ed8740.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@36 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'muparser')
-rw-r--r-- | muparser/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muparser/makefile b/muparser/makefile index 83d2cd5..17e342d 100644 --- a/muparser/makefile +++ b/muparser/makefile @@ -8,7 +8,7 @@ libmuparser.a:$(MUP_OBJ) $(AR) $@ *.o .cpp.o: - $(CPP) $< $(CPPFLAGS) + $(CXX) $< $(CXXFLAGS) clean: $(RM) *.o |