cvsuser     01/10/14 02:56:39

  Modified:    .        Configure.pl
  Log:
  Stop Configure trying to make op_info.c and op.h as op_info.c no longer
  exists and op.h is no longer a generated file.
  
  Revision  Changes    Path
  1.27      +16 -15    parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /home/perlcvs/parrot/Configure.pl,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -w -r1.26 -r1.27
  --- Configure.pl      2001/10/13 10:49:27     1.26
  +++ Configure.pl      2001/10/14 09:56:39     1.27
  @@ -19,7 +19,7 @@
   );
   
   if($opt_version) {
  -     print '$Id: Configure.pl,v 1.26 2001/10/13 10:49:27 simon Exp $' . "\n";
  +     print '$Id: Configure.pl,v 1.27 2001/10/14 09:56:39 tom Exp $' . "\n";
        exit;
   }
   
  @@ -52,6 +52,7 @@
   Perl 5--I'll be pulling some defaults from its configuration.
   
   First, I'm gonna check the manifest, to make sure you got a 
  +First, I'm gonna check the manifest, to make sure you got a
   complete Parrot kit.
   END
   
  @@ -189,7 +190,7 @@
   buildfile("Types_pm", "Parrot");
   
   # Temporary hack
  -system("make op_info.c include/parrot/vtable.h include/parrot/op.h");
  +system("make include/parrot/vtable.h");
   
   # and now we figure out how big our things are
   print <<"END";
  
  
  


Reply via email to