aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-30 06:19:55 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-30 06:19:55 +0000
commitea754c64808205efb85678c0a8686d8169ed8740 (patch)
tree00cb591282c0e12153bb59bac14322cf25752e76 /interface
parent8aa38a3185c61f60248bd99616a0ead6cd5f84c3 (diff)
downloadopt-utilities-ea754c64808205efb85678c0a8686d8169ed8740.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@36 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'interface')
-rw-r--r--interface/makefile2
1 files changed, 1 insertions, 1 deletions
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: