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

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Mon Sep 7 14:29:55 UTC 2009


Author: whiteknight
Date: Mon Sep  7 14:29:54 2009
New Revision: 41113
URL: https://trac.parrot.org/parrot/changeset/41113

Log:
[makefile] fix a dependency error introduced by the context stuff

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Mon Sep  7 14:00:38 2009	(r41112)
+++ trunk/config/gen/makefiles/root.in	Mon Sep  7 14:29:54 2009	(r41113)
@@ -1150,6 +1150,9 @@
 	$(SRC_DIR)/call/pcc.str $(SRC_DIR)/pmc/pmc_fixedintegerarray.h \
 	$(SRC_DIR)/pmc/pmc_key.h $(SRC_DIR)/pmc/pmc_continuation.h
 
+$(SRC_DIR)/call/context$(O) : $(SRC_DIR)/call/context.c $(GENERAL_H_FILES) \
+	$(SRC_DIR)/pmc/pmc_sub.h
+
 $(SRC_DIR)/interp/inter_cb$(O) : $(SRC_DIR)/interp/inter_cb.c \
 	$(GENERAL_H_FILES) $(SRC_DIR)/interp/inter_cb.str
 


More information about the parrot-commits mailing list