[svn:parrot] r42224 - trunk/config/gen/makefiles

coke at svn.parrot.org coke at svn.parrot.org
Mon Nov 2 17:27:06 UTC 2009


Author: coke
Date: Mon Nov  2 17:27:05 2009
New Revision: 42224
URL: https://trac.parrot.org/parrot/changeset/42224

Log:
Fix dependencies for src/oo.c

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Mon Nov  2 17:21:46 2009	(r42223)
+++ trunk/config/gen/makefiles/root.in	Mon Nov  2 17:27:05 2009	(r42224)
@@ -866,7 +866,7 @@
 
 $(SRC_DIR)/null_config$(O) : $(INC_DIR)/parrot.h $(SRC_DIR)/null_config.c
 
-$(SRC_DIR)/oo$(O) : $(INC_DIR)/parrot.h $(SRC_DIR)/pmc/class.c $(INC_DIR)/pbcversion.h
+$(SRC_DIR)/oo$(O) : $(INC_DIR)/parrot.h $(SRC_DIR)/pmc/pmc_class.h $(SRC_DIR)/pmc/pmc_object.h $(SRC_DIR)/pmc/pmc_context.h $(INC_DIR)/pbcversion.h $(SRC_DIR)/oo.str
 
 $(SRC_DIR)/scheduler$(O) : $(INC_DIR)/parrot.h \
                            $(SRC_DIR)/scheduler.str   \


More information about the parrot-commits mailing list