Author: leo
Date: Mon Nov  7 07:59:39 2005
New Revision: 9817

Modified:
   trunk/config/gen/makefiles/root.in
Log:
add missing dependencies for imcc/main.o

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Mon Nov  7 07:59:39 2005
@@ -828,7 +828,7 @@ $(PBCMERGE) : $(SRC_DIR)/pbc_merge$(O) $
 #
 ###############################################################################
 
-$(IMCC_DIR)/main$(O) : $(IMCC_DIR)/main.c $(GENERAL_H_FILES)
+$(IMCC_DIR)/main$(O) : $(IMCC_DIR)/main.c $(GENERAL_H_FILES) $(IMCC_H_FILES)
 
 include/parrot/oplib/ops.h lib/Parrot/OpLib/core.pm : $(OPS_FILES) 
$(BUILD_TOOLS_DIR)/ops2pm.pl \
     lib/Parrot/OpsFile.pm lib/Parrot/Op.pm $(OPS_DIR)/ops.num

Reply via email to