diff -r 2dec219d9ca2 -r 02a403c305b9 src/work/athos/lp/Makefile --- a/src/work/athos/lp/Makefile Sun Apr 03 10:20:49 2005 +0000 +++ b/src/work/athos/lp/Makefile Mon Apr 04 08:03:43 2005 +0000 @@ -14,4 +14,4 @@ lin_expr.h lp_test: lp_test.o lp_base.o lp_solver_skeleton.o lp_glpk.o - g++ -o $@ $^ -lglpk \ No newline at end of file + $(CXX) -o $@ $^ -lglpk \ No newline at end of file