[svn:parrot] r42362 - branches/pmc_headers_move/config/gen/makefiles

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Nov 8 10:29:19 UTC 2009


Author: bacek
Date: Sun Nov  8 10:29:19 2009
New Revision: 42362
URL: https://trac.parrot.org/parrot/changeset/42362

Log:
Fix inter_create and inter_misc dependencies.

Modified:
   branches/pmc_headers_move/config/gen/makefiles/root.in

Modified: branches/pmc_headers_move/config/gen/makefiles/root.in
==============================================================================
--- branches/pmc_headers_move/config/gen/makefiles/root.in	Sun Nov  8 10:28:59 2009	(r42361)
+++ branches/pmc_headers_move/config/gen/makefiles/root.in	Sun Nov  8 10:29:19 2009	(r42362)
@@ -876,6 +876,9 @@
                            $(SRC_DIR)/scheduler.str   \
                            $(SRC_DIR)/pmc/scheduler.c \
                            $(PMC_INC_DIR)/pmc/pmc_context.h \
+                           $(PMC_INC_DIR)/pmc/pmc_scheduler.h \
+                           $(PMC_INC_DIR)/pmc/pmc_task.h \
+                           $(PMC_INC_DIR)/pmc/pmc_timer.h \
                            $(SRC_DIR)/pmc/task.c      \
                            $(SRC_DIR)/pmc/timer.c     \
                            $(INC_DIR)/pbcversion.h
@@ -1174,11 +1177,13 @@
 
 $(SRC_DIR)/interp/inter_misc$(O) : $(SRC_DIR)/interp/inter_misc.c \
 	$(GENERAL_H_FILES) $(SRC_DIR)/interp/inter_misc.str \
-        $(PMC_INC_DIR)/pmc/pmc_context.h
+	$(PMC_INC_DIR)/pmc/pmc_context.h \
+	compilers/imcc/imc.h
 
 $(SRC_DIR)/interp/inter_create$(O) : $(SRC_DIR)/interp/inter_create.c \
 	$(GENERAL_H_FILES) $(SRC_DIR)/interp/inter_create.str \
-        $(PMC_INC_DIR)/pmc/pmc_context.h
+	$(PMC_INC_DIR)/pmc/pmc_context.h \
+	compilers/imcc/imc.h
 
 $(SRC_DIR)/call/ops$(O) : $(SRC_DIR)/call/ops.c $(GENERAL_H_FILES) \
 	$(PMC_INC_DIR)/pmc/pmc_continuation.h


More information about the parrot-commits mailing list