cvsuser     02/12/07 06:33:11

  Modified:    config/gen makefiles.pl
  Log:
  Re-instate corrected bf makefile autogeneration
  
  Revision  Changes    Path
  1.10      +3 -1      parrot/config/gen/makefiles.pl
  
  Index: makefiles.pl
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles.pl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -w -r1.9 -r1.10
  --- makefiles.pl      5 Dec 2002 07:54:00 -0000       1.9
  +++ makefiles.pl      7 Dec 2002 14:33:11 -0000       1.10
  @@ -27,6 +27,8 @@
             commentType => '#');
     genfile('config/gen/makefiles/imcc.in',      'languages/imcc/Makefile',
             commentType => '#');
  +  genfile('config/gen/makefiles/brainfuck.in', 'languages/bf/Makefile',
  +            commentType => '#');
   }
   
   1;
  
  
  


Reply via email to