cvsuser     04/10/08 04:14:59

  Modified:    config/gen/makefiles root.in
  Log:
  fix the fix - args reversed
  
  Revision  Changes    Path
  1.251     +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.250
  retrieving revision 1.251
  diff -u -w -r1.250 -r1.251
  --- root.in   8 Oct 2004 09:26:20 -0000       1.250
  +++ root.in   8 Oct 2004 11:14:56 -0000       1.251
  @@ -1,4 +1,4 @@
  -# $Id: root.in,v 1.250 2004/10/08 09:26:20 jrieks Exp $
  +# $Id: root.in,v 1.251 2004/10/08 11:14:56 leo Exp $
   
   ###############################################################################
   #
  @@ -453,7 +453,7 @@
   .c$(O) :
        @$(PERL) tools/dev/cc_flags.pl ./CFLAGS $(CC) "" $(CFLAGS) -I$(@D) 
${cc_o_out}$@ -c $<
   
  -.pbc.imc:
  +.imc.pbc:
        .${slash}$(TEST_PROG) -o $@ $<
   
   ###############################################################################
  @@ -466,7 +466,7 @@
   
   all : flags_dummy $(TEST_PROG) runtime/parrot/include/parrotlib.pbc 
runtime/parrot/include/config.fpmc docs $(LIBNCI_SO) $(GEN_LIBRARY)
   
  -.SUFFIXES : .c .h .pmc .dump $(O) .str
  +.SUFFIXES : .c .h .pmc .dump $(O) .str .imc .pbc
   
   # constant string support
   .c.str :
  
  
  

Reply via email to