cvsuser     04/09/01 17:44:46

  Modified:    config/gen/makefiles root.in
  Log:
  Here's a small fix to the root.in makefile; this fix is needed to get Parrot
  building again on Win32 and probably in some other places too.
  
  Courtesy of "Jonathan Worthington" <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.234     +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.233
  retrieving revision 1.234
  diff -u -w -r1.233 -r1.234
  --- root.in   15 Aug 2004 15:24:18 -0000      1.233
  +++ root.in   2 Sep 2004 00:44:45 -0000       1.234
  @@ -1,4 +1,4 @@
  -# $Id: root.in,v 1.233 2004/08/15 15:24:18 leo Exp $
  +# $Id: root.in,v 1.234 2004/09/02 00:44:45 dan Exp $
   
   ###############################################################################
   #
  @@ -645,7 +645,7 @@
   #
   
   $(PDUMP) : $(SRC)/pdump$(O) $(SRC)/packdump$(O) $(LIBPARROT)
  -     $(LINK) -o $(PDUMP) $(SRC)/pdump$(O) $(SRC)/packdump$(O) $(LINKFLAGS) 
$(ALL_PARROT_LIBS)
  +     $(LINK) ${ld_out}$(PDUMP) $(SRC)/pdump$(O) $(SRC)/packdump$(O) $(LINKFLAGS) 
$(ALL_PARROT_LIBS)
   
   
   # pbc_info
  
  
  

Reply via email to