Index: mttroot/mtt/cc/Makefile ================================================================== --- mttroot/mtt/cc/Makefile +++ mttroot/mtt/cc/Makefile @@ -18,11 +18,11 @@ all: $(sys)_$(rep).cc parser: parse_m2cc.cc - g++ $< $(CFLAGS) -o parser + g++ $< $(CFLAGS) -o ${MTTPATH}/trans/parser -I${MTTPATH}/../cc/include ifeq ($(rep),ode2odes) $(sys)_ode2odes.cc: ode2odes.cc cat ode2odes.cc | sed 's/\$$/$(sys)/' > $(sys)_ode2odes.cc else