cvsuser     04/02/19 12:17:56

  Modified:    config/gen/makefiles befunge.in
  Log:
  parrot is able to assemble pasm code by now
  
  Revision  Changes    Path
  1.6       +1 -4      parrot/config/gen/makefiles/befunge.in
  
  Index: befunge.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/befunge.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -w -r1.5 -r1.6
  --- befunge.in        9 Dec 2003 18:31:54 -0000       1.5
  +++ befunge.in        19 Feb 2004 20:17:56 -0000      1.6
  @@ -1,8 +1,5 @@
   RM_F = ${rm_f}
  -PERL = ${perl}
  -
   PARROT = ../../parrot
  -ASSEMBLE = $(PARROT)
   
   all: build
   
  @@ -10,7 +7,7 @@
        $(PARROT) befunge.pbc test.bef
   
   build: befunge.pasm debug.pasm flow.pasm io.pasm load.pasm maths.pasm stack.pasm
  -     $(ASSEMBLE) -o befunge.pbc befunge.pasm
  +     $(PARROT) -o befunge.pbc befunge.pasm
   
   clean:
        $(RM_F) core *.pbc *~
  
  
  

Reply via email to