changeset 8416:db5c7315c961 draft

(svn r11986) -Fix: build system ignored changes to table/control_codes.h which require strgen to be rebuilt
author peter1138 <peter1138@openttd.org>
date Fri, 25 Jan 2008 21:09:12 +0000
parents cc8545835cdc
children bd70356f937c
files Makefile.lang.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.lang.in
+++ b/Makefile.lang.in
@@ -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 $@ $<