cvsuser     04/12/28 04:19:45

  Modified:    config/gen/makefiles root.in
  Log:
  Fix for [perl #32563] [BUG] missing Makefile dependencies
  
  Revision  Changes    Path
  1.270     +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.269
  retrieving revision 1.270
  diff -u -r1.269 -r1.270
  --- root.in   17 Dec 2004 12:15:05 -0000      1.269
  +++ root.in   28 Dec 2004 12:19:45 -0000      1.270
  @@ -1,4 +1,4 @@
  -# $Id: root.in,v 1.269 2004/12/17 12:15:05 leo Exp $
  +# $Id: root.in,v 1.270 2004/12/28 12:19:45 rubys Exp $
   
   
###############################################################################
   #
  @@ -1062,7 +1062,7 @@
   
   # Run test cases with a single call of t/harness
   # Users have to look at only one report.
  -test : test_prep
  +test : all test_prep
        $(PERL) t/harness $(EXTRA_TEST_ARGS) $(TEST_PROG_ARGS) -b $(TEST_FILES) 
$(SRC_TEST_FILES)
   
   fulltest :  testg testC testj testS testb testr src_tests
  
  
  

Reply via email to