From ea754c64808205efb85678c0a8686d8169ed8740 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Thu, 30 Apr 2009 06:19:55 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@36 ed2142bd-67ad-457f-ba7c-d818d4011675 --- muparser/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'muparser/makefile') 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 -- cgit v1.2.2