Author: chromatic
Date: Tue Aug  5 20:00:39 2008
New Revision: 30046

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

Log:
[config] Added a dependency on key.str to src/key.c target.

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Tue Aug  5 20:00:39 2008
@@ -1052,7 +1052,7 @@
 
 $(SRC_DIR)/exec_save$(O) : $(GENERAL_H_FILES) @TEMP_exec_h@
 
-$(SRC_DIR)/key$(O) : $(GENERAL_H_FILES)
+$(SRC_DIR)/key$(O) : $(GENERAL_H_FILES) $(SRC_DIR)/key.str
 
 $(SRC_DIR)/gc/smallobject$(O) : $(GENERAL_H_FILES)
 

Reply via email to