cvsuser     04/07/19 21:41:48

  Modified:    config/gen/makefiles root.in
  Log:
  makefile typo
  
  Revision  Changes    Path
  1.229     +2 -2      parrot/config/gen/makefiles/root.in
  
  Index: root.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
  retrieving revision 1.228
  retrieving revision 1.229
  diff -u -w -r1.228 -r1.229
  --- root.in   16 Jul 2004 12:50:22 -0000      1.228
  +++ root.in   20 Jul 2004 04:41:47 -0000      1.229
  @@ -1,4 +1,4 @@
  -# $Id: root.in,v 1.228 2004/07/16 12:50:22 leo Exp $
  +# $Id: root.in,v 1.229 2004/07/20 04:41:47 leo Exp $
   
   ###############################################################################
   #
  @@ -780,7 +780,7 @@
   
   $(SRC)/inter_run$(O) : $(SRC)/inter_run.c $(GENERAL_H_FILES)
   
  -$(SRC)/py_func$(O) : $(SRC)/inter_cb.c $(GENERAL_H_FILES) \
  +$(SRC)/py_func$(O) : $(SRC)/py_func.c $(GENERAL_H_FILES) \
       $(SRC)/py_func.str classes/pmc_default.h
   
   io/io$(O) : $(GENERAL_H_FILES) io/io_private.h
  
  
  

Reply via email to