Author: chromatic
Date: Tue May  6 15:55:09 2008
New Revision: 27362

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

Log:
[config] Added a dependency to src/io/io.c on src/io/io.str; missed in r27340.

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Tue May  6 15:55:09 2008
@@ -1121,7 +1121,7 @@
 
 $(SRC_DIR)/inter_run$(O) : $(SRC_DIR)/inter_run.c $(GENERAL_H_FILES)
 
-$(IO_DIR)/io$(O) : $(GENERAL_H_FILES) $(IO_DIR)/io_private.h
+$(IO_DIR)/io$(O) : $(GENERAL_H_FILES) $(IO_DIR)/io_private.h $(IO_DIR)/io.str
 
 $(IO_DIR)/io_buf$(O) : $(GENERAL_H_FILES) $(IO_DIR)/io_private.h
 

Reply via email to