From: William D. <wdo...@us...> - 2006-08-24 20:36:06
|
Update of /cvsroot/flexml/flexml/testbed In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28111 Modified Files: Makefile Log Message: Pick up CC from ../Makefile.defs by default. Index: Makefile =================================================================== RCS file: /cvsroot/flexml/flexml/testbed/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile 24 Aug 2006 20:22:57 -0000 1.5 +++ Makefile 24 Aug 2006 20:36:03 -0000 1.6 @@ -26,8 +26,8 @@ # Compares test.out.std[out,err] with expected values COMPARE_OUT = $(MAKEUTILS_DIR)/CompareOut.pl -CC = /usr/bin/gcc-3.3 -Wall -CFLAGS = -O2 -g +#CC = /usr/bin/gcc-3.3 -Wall +#CFLAGS = -O2 -g #FLEXDEBUG = -d FLEXML = ../flexml -s ../skel -T../flexml-act |