cvsuser 04/05/17 09:07:49
Modified: config/gen/makefiles root.in Log: add missing -g Revision Changes Path 1.209 +2 -2 parrot/config/gen/makefiles/root.in Index: root.in =================================================================== RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v retrieving revision 1.208 retrieving revision 1.209 diff -u -w -r1.208 -r1.209 --- root.in 10 May 2004 11:09:28 -0000 1.208 +++ root.in 17 May 2004 16:07:48 -0000 1.209 @@ -1,4 +1,4 @@ -# $Id: root.in,v 1.208 2004/05/10 11:09:28 leo Exp $ +# $Id: root.in,v 1.209 2004/05/17 16:07:48 leo Exp $ ############################################################################### # @@ -945,7 +945,7 @@ # cgoto runloop testg : test_prep - $(PERL) t/harness $(EXTRA_TEST_ARGS) $(TEST_PROG_ARGS) $(TEST_FILES) + $(PERL) t/harness $(EXTRA_TEST_ARGS) $(TEST_PROG_ARGS) -g $(TEST_FILES) # prederef runloop testP : test_prep
