Author: chromatic
Date: Thu Dec 18 12:16:16 2008
New Revision: 34077

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

Log:
[config] Added a missing dependency for src/inter_create.c on its strings file.

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Thu Dec 18 12:16:16 2008
@@ -1127,7 +1127,8 @@
 $(SRC_DIR)/inter_misc$(O) : $(SRC_DIR)/inter_misc.c $(GENERAL_H_FILES) \
     $(SRC_DIR)/inter_misc.str
 
-$(SRC_DIR)/inter_create$(O) : $(SRC_DIR)/inter_create.c $(GENERAL_H_FILES)
+$(SRC_DIR)/inter_create$(O) : $(SRC_DIR)/inter_create.c $(GENERAL_H_FILES) \
+    $(SRC_DIR)/inter_create.str
 
 $(SRC_DIR)/inter_run$(O) : $(SRC_DIR)/inter_run.c $(GENERAL_H_FILES)
 

Reply via email to