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

darbelo at svn.parrot.org darbelo at svn.parrot.org
Wed Feb 10 00:19:51 UTC 2010


Author: darbelo
Date: Wed Feb 10 00:19:49 2010
New Revision: 43837
URL: https://trac.parrot.org/parrot/changeset/43837

Log:
Add a missing dependency. This fixes parallel building with BSD make.

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Wed Feb 10 00:02:32 2010	(r43836)
+++ trunk/config/gen/makefiles/root.in	Wed Feb 10 00:19:49 2010	(r43837)
@@ -406,7 +406,8 @@
         $(INC_DIR)/core_pmcs.h \
         $(INC_DIR)/compiler.h \
         $(INC_DIR)/cclass.h \
-        include/pmc/pmc_callcontext.h
+        include/pmc/pmc_callcontext.h \
+        include/pmc/pmc_parrotinterpreter.h
 
 # generated list of header files
 GENERAL_H_FILES   = $(NONGEN_HEADERS) $(GEN_HEADERS) @TEMP_cg_h@


More information about the parrot-commits mailing list