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

darbelo at svn.parrot.org darbelo at svn.parrot.org
Fri Oct 23 16:24:47 UTC 2009


Author: darbelo
Date: Fri Oct 23 16:24:45 2009
New Revision: 42040
URL: https://trac.parrot.org/parrot/changeset/42040

Log:
Add some more dependecies to the main makfile template. This fixes parallel building for BSD make.

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Fri Oct 23 15:56:28 2009	(r42039)
+++ trunk/config/gen/makefiles/root.in	Fri Oct 23 16:24:45 2009	(r42040)
@@ -1135,6 +1135,8 @@
 	$(SRC_DIR)/call/args.str \
 	$(SRC_DIR)/pmc/pmc_key.h $(SRC_DIR)/pmc/pmc_callsignature.h
 
+$(SRC_DIR)/call/context_accessors$(O): $(GENERAL_H_FILES)
+
 $(SRC_DIR)/call/pcc$(O) : $(SRC_DIR)/call/pcc.c $(GENERAL_H_FILES) \
 	$(SRC_DIR)/call/pcc.str $(SRC_DIR)/pmc/pmc_fixedintegerarray.h \
 	$(SRC_DIR)/pmc/pmc_key.h $(SRC_DIR)/pmc/pmc_continuation.h
@@ -2206,7 +2208,9 @@
 ###### OS depend targets ##########
 
 # for use by t/pmc/nci.t
-$(LIBNCI_TEST_SO): $(SRC_DIR)/nci_test$(O)
+$(SRC_DIR)/nci_test$(O): $(GENERAL_H_FILES)
+
+$(LIBNCI_TEST_SO): $(SRC_DIR)/nci_test$(O) $(LIBPARROT)
 	$(LD) $(LD_LOAD_FLAGS) @ncilib_link_extra@ $(LDFLAGS) \
     @ld_out@$@ $(SRC_DIR)/nci_test$(O) $(ALL_PARROT_LIBS) $(C_LIBS)
 


More information about the parrot-commits mailing list