cvsuser     04/03/09 11:54:24

  Modified:    config/auto cgoto.pl
  Log:
  Fix some (but not all) of the dependency problems with a multithread
  make
  
  Revision  Changes    Path
  1.16      +3 -3      parrot/config/auto/cgoto.pl
  
  Index: cgoto.pl
  ===================================================================
  RCS file: /cvs/public/parrot/config/auto/cgoto.pl,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -w -r1.15 -r1.16
  --- cgoto.pl  8 Mar 2004 08:49:05 -0000       1.15
  +++ cgoto.pl  9 Mar 2004 19:54:24 -0000       1.16
  @@ -1,6 +1,6 @@
   #! perl -w
   # Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
  -# $Id: cgoto.pl,v 1.15 2004/03/08 08:49:05 brentdax Exp $
  +# $Id: cgoto.pl,v 1.16 2004/03/09 19:54:24 dan Exp $
   
   =head1 NAME
   
  @@ -44,9 +44,9 @@
   $(OPS)/core_ops_cg$(O): $(GENERAL_H_FILES) $(OPS)/core_ops_cg.c
   $(OPS)/core_ops_cgp$(O): $(GENERAL_H_FILES) $(OPS)/core_ops_cgp.c
   
  -$(OPS)/core_ops_cg.c $(INC)/oplib/core_ops_cg.h: $(OPS_FILES) 
$(BUILD_TOOL)/ops2c.pl lib/Parrot/OpsFile.pm lib/Parrot/Op.pm 
lib/Parrot/OpTrans/CGoto.pm
  +$(OPS)/core_ops_cg.c $(INC)/oplib/core_ops_cg.h: $(OPS_FILES) 
$(BUILD_TOOL)/ops2c.pl lib/Parrot/OpsFile.pm lib/Parrot/Op.pm 
lib/Parrot/OpTrans/CGoto.pm lib/Parrot/OpLib/core.pm
        $(PERL) $(BUILD_TOOL)/ops2c.pl CGoto --core
  -$(OPS)/core_ops_cgp.c $(INC)/oplib/core_ops_cgp.h: $(OPS_FILES) 
$(BUILD_TOOL)/ops2c.pl lib/Parrot/OpsFile.pm lib/Parrot/Op.pm lib/Parrot/OpTrans/CGP.pm
  +$(OPS)/core_ops_cgp.c $(INC)/oplib/core_ops_cgp.h: $(OPS_FILES) 
$(BUILD_TOOL)/ops2c.pl lib/Parrot/OpsFile.pm lib/Parrot/Op.pm 
lib/Parrot/OpTrans/CGP.pm lib/Parrot/OpLib/core.pm
        $(PERL) $(BUILD_TOOL)/ops2c.pl CGP --core
   EOF
         TEMP_cg_o          => '$(OPS)/core_ops_cg$(O) $(OPS)/core_ops_cgp$(O)',
  
  
  

Reply via email to