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

chromatic at svn.parrot.org chromatic at svn.parrot.org
Fri Oct 23 06:45:58 UTC 2009


Author: chromatic
Date: Fri Oct 23 06:45:57 2009
New Revision: 42032
URL: https://trac.parrot.org/parrot/changeset/42032

Log:
[config] Fixed Makefile dependencies for src/call/args.c.  This should help
parallel building.

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Fri Oct 23 01:03:24 2009	(r42031)
+++ trunk/config/gen/makefiles/root.in	Fri Oct 23 06:45:57 2009	(r42032)
@@ -1132,7 +1132,8 @@
 	$(SRC_DIR)/pmc/pmc_sub.h
 
 $(SRC_DIR)/call/args$(O) : $(SRC_DIR)/call/args.c $(GENERAL_H_FILES) \
-	$(SRC_DIR)/call/args.str
+	$(SRC_DIR)/call/args.str \
+	$(SRC_DIR)/pmc/pmc_key.h $(SRC_DIR)/pmc/pmc_callsignature.h
 
 $(SRC_DIR)/call/pcc$(O) : $(SRC_DIR)/call/pcc.c $(GENERAL_H_FILES) \
 	$(SRC_DIR)/call/pcc.str $(SRC_DIR)/pmc/pmc_fixedintegerarray.h \


More information about the parrot-commits mailing list