cvsuser 05/02/23 14:56:52
Modified: config/gen/makefiles root.in Log: Forgot to say './parrot' for targets 'mopstest' and 'lifetest' Revision Changes Path 1.277 +3 -3 parrot/config/gen/makefiles/root.in Index: root.in =================================================================== RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v retrieving revision 1.276 retrieving revision 1.277 diff -u -r1.276 -r1.277 --- root.in 23 Feb 2005 22:50:27 -0000 1.276 +++ root.in 23 Feb 2005 22:56:52 -0000 1.277 @@ -1,5 +1,5 @@ # Copyright: 2001-2005 The Perl Foundation. All Rights Reserved. -# $Id: root.in,v 1.276 2005/02/23 22:50:27 bernhard Exp $ +# $Id: root.in,v 1.277 2005/02/23 22:56:52 bernhard Exp $ ############################################################################### # @@ -1126,11 +1126,11 @@ # Running a benchmark mopsbench : test_prep - $(PARROT) $(PARROT_ARGS) examples/assembly/mops.pasm + ./$(PARROT) $(PARROT_ARGS) examples/assembly/mops.pasm # Running the game of live lifetest : test_prep - $(PARROT) $(PARROT_ARGS) examples/assembly/life.pasm + ./$(PARROT) $(PARROT_ARGS) examples/assembly/life.pasm # Running the IMCC test suite # normal core
