cvsuser     02/10/21 02:01:22

  Modified:    config/gen makefiles.pl
  Log:
  oops. I was sure I left this out before.
  
  Revision  Changes    Path
  1.7       +0 -2      parrot/config/gen/makefiles.pl
  
  Index: makefiles.pl
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles.pl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -w -r1.6 -r1.7
  --- makefiles.pl      21 Oct 2002 08:47:04 -0000      1.6
  +++ makefiles.pl      21 Oct 2002 09:01:22 -0000      1.7
  @@ -9,8 +9,6 @@
   @args=();
   
   sub runstep {
  -  genfile('config/gen/makefiles/common.in',    'Make.rules',
  -          commentType => '#');
     genfile('config/gen/makefiles/root.in',      'Makefile',
             commentType => '#');
     genfile('config/gen/makefiles/classes.in',   'classes/Makefile',
  
  
  


Reply via email to