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

cotto at svn.parrot.org cotto at svn.parrot.org
Thu May 7 23:30:18 UTC 2009


Author: cotto
Date: Thu May  7 23:30:17 2009
New Revision: 38553
URL: https://trac.parrot.org/parrot/changeset/38553

Log:
[pmc] add a missing makefile dependency

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Thu May  7 23:29:05 2009	(r38552)
+++ trunk/config/gen/makefiles/root.in	Thu May  7 23:30:17 2009	(r38553)
@@ -1207,7 +1207,7 @@
 
 $(SRC_DIR)/misc$(O) : $(GENERAL_H_FILES)
 
-$(SRC_DIR)/utils$(O) : $(GENERAL_H_FILES)
+$(SRC_DIR)/utils$(O) : $(GENERAL_H_FILES) $(SRC_DIR)/pmc/pmc_nci.h
 
 $(SRC_DIR)/spf_render$(O) : $(GENERAL_H_FILES) $(SRC_DIR)/spf_render.str
 


More information about the parrot-commits mailing list