cvsuser     04/06/08 04:41:27

  Modified:    config/gen/makefiles root.in
  Log:
  fix [perl #30091] [BUG] nmake fails (Win32) due to $^
  
  Revision  Changes    Path
  1.218     +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.217
  retrieving revision 1.218
  diff -u -w -r1.217 -r1.218
  --- root.in   26 May 2004 09:23:16 -0000      1.217
  +++ root.in   8 Jun 2004 11:41:26 -0000       1.218
  @@ -1,4 +1,4 @@
  -# $Id: root.in,v 1.217 2004/05/26 09:23:16 jrieks Exp $
  +# $Id: root.in,v 1.218 2004/06/08 11:41:26 jrieks Exp $
   
   ###############################################################################
   #
  @@ -507,7 +507,7 @@
        @$(PERL) tools/dev/cc_flags.pl ./CFLAGS echo $(CC) $(CFLAGS) xx$(O) -c xx.c
   
   runtime/parrot/include/parrotlib.pbc: runtime/parrot/library/parrotlib.imc
  -     ./parrot -o $@ $^
  +     ./parrot -o $@ runtime/parrot/library/parrotlib.imc
   
   runtime/parrot/include/config.fpmc : myconfig config_lib.pasm $(TEST_PROG)
        @echo Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross 
your fingers
  
  
  

Reply via email to