cvsuser     04/03/25 08:52:53

  Modified:    config/auto cgoto.pl
  Log:
  Fix up a dependency problem in the makefile generation
  
  Revision  Changes    Path
  1.17      +2 -1      parrot/config/auto/cgoto.pl
  
  Index: cgoto.pl
  ===================================================================
  RCS file: /cvs/public/parrot/config/auto/cgoto.pl,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -w -r1.16 -r1.17
  --- cgoto.pl  9 Mar 2004 19:54:24 -0000       1.16
  +++ cgoto.pl  25 Mar 2004 16:52:53 -0000      1.17
  @@ -1,6 +1,6 @@
   #! perl -w
   # Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
  -# $Id: cgoto.pl,v 1.16 2004/03/09 19:54:24 dan Exp $
  +# $Id: cgoto.pl,v 1.17 2004/03/25 16:52:53 dan Exp $
   
   =head1 NAME
   
  @@ -43,6 +43,7 @@
         TEMP_cg_c          => <<'EOF',
   $(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
  +$(SRC)/runops_cores.c: $(INC)/oplib/core_ops_cgp.h
   
   $(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
  
  
  

Reply via email to