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

darbelo at svn.parrot.org darbelo at svn.parrot.org
Thu Nov 12 18:17:01 UTC 2009


Author: darbelo
Date: Thu Nov 12 18:17:00 2009
New Revision: 42450
URL: https://trac.parrot.org/parrot/changeset/42450

Log:
Add header dependencies to two IMCC files. Fixes parallel builds with BSD make.

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Thu Nov 12 17:32:57 2009	(r42449)
+++ trunk/config/gen/makefiles/root.in	Thu Nov 12 18:17:00 2009	(r42450)
@@ -1344,6 +1344,10 @@
 	$(LEX) -o$(IMCC_DIR)/imclexer.c $(IMCC_DIR)/imcc.l
 	$(TOUCH) $(IMCC_DIR)/imcc.l.flag $(IMCC_DIR)/imclexer.c
 
+$(IMCC_DIR)/parser_util$(O): $(PMC_INC_DIR)/pmc/pmc_sub.h
+
+$(IMCC_DIR)/pbc$(O): $(PMC_INC_DIR)/pmc/pmc_sub.h
+
 $(IMCC_O_FILES) : $(IMCC_H_FILES) $(ALL_H_FILES)
 
 ###############################################################################


More information about the parrot-commits mailing list