cvsuser     03/07/04 20:37:09

  Modified:    config/gen/makefiles befunge.in
  Log:
  assemble.pl is becoming obsolete
  
  Revision  Changes    Path
  1.3       +2 -2      parrot/config/gen/makefiles/befunge.in
  
  Index: befunge.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/befunge.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- befunge.in        30 May 2003 17:17:02 -0000      1.2
  +++ befunge.in        5 Jul 2003 03:37:09 -0000       1.3
  @@ -1,8 +1,8 @@
   RM_F = ${rm_f}
   PERL = ${perl}
   
  -ASSEMBLE=$(PERL) ../../assemble.pl
   PARROT=../../parrot
  +ASSEMBLE = $(PARROT)
   
   all: build
   
  
  
  

Reply via email to