(svn r11986) -Fix: build system ignored changes to table/control_codes.h which require strgen to be rebuilt
authorpeter1138
Fri, 25 Jan 2008 21:09:12 +0000
changeset 8912 15ba768c2c22
parent 8911 06c7912f14b9
child 8913 b62e2db9de38
(svn r11986) -Fix: build system ignored changes to table/control_codes.h which require strgen to be rebuilt
Makefile.lang.in
--- a/Makefile.lang.in	Fri Jan 25 18:13:04 2008 +0000
+++ b/Makefile.lang.in	Fri Jan 25 21:09:12 2008 +0000
@@ -36,7 +36,7 @@
 
 all: table/strings.h $(LANGS)
 
-strgen.o: $(SRC_DIR)/strgen/strgen.cpp endian_host.h
+strgen.o: $(SRC_DIR)/strgen/strgen.cpp endian_host.h $(SRC_DIR)/table/control_codes.h
 	$(E) '$(STAGE) Compiling $(<:$(SRC_DIR)/%.cpp=%.cpp)'
 	$(Q)$(CXX_BUILD) $(CFLAGS_BUILD) -DSTRGEN -c -o $@ $<