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 --- interface/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface') diff --git a/interface/makefile b/interface/makefile index 5cf7a99..62a53a7 100644 --- a/interface/makefile +++ b/interface/makefile @@ -5,7 +5,7 @@ libopt.a:opt.o $(AR) $@ opt.o opt.o:opt.cc opt.h - $(CPP) $< -o $@ $(INC) $(CPPFLAGS) + $(CXX) $< -o $@ $(INC) $(CXXFLAGS) clean: -- cgit v1.2.2