cvsuser     02/07/21 22:54:33

  Modified:    config/gen/makefiles root.in
  Log:
  An attempt to fix the OPLIB linking problems occuring with tinderboxes that haven't 
done a make clean with the 006->007 transition
  
  Revision  Changes    Path
  1.17      +2 -1      parrot/config/gen/makefiles/root.in
  
  Index: root.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -w -r1.16 -r1.17
  --- root.in   18 Jul 2002 04:30:11 -0000      1.16
  +++ root.in   22 Jul 2002 05:54:33 -0000      1.17
  @@ -385,7 +385,8 @@
   
   core_ops$(O) : $(GENERAL_H_FILES) core_ops.c
   
  -core_ops.c $(INC)/oplib/core_ops.h : $(OPS_FILES) ops2c.pl lib/Parrot/OpsFile.pm 
lib/Parrot/Op.pm
  +#core_ops depends upon config.h so that it gets updated along with updates to 
config.h's version numbers
  +core_ops.c $(INC)/oplib/core_ops.h : $(OPS_FILES) ops2c.pl lib/Parrot/OpsFile.pm 
lib/Parrot/Op.pm $(INC)/config.h
        $(PERL) ops2c.pl C $(OPS_FILES)
   
   core_ops_prederef$(O) : $(GENERAL_H_FILES) core_ops_prederef.c
  
  
  


Reply via email to