From 2956bad7fac61fd3535fc1059295c1c3ec05ffd7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 13 Jul 2009 14:29:58 +0000 Subject: (svn r16810) -Fix (r16115): strgen didn't get rebuild when table/strgen_tables.h was changed. --- Makefile.lang.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.lang.in') diff --git a/Makefile.lang.in b/Makefile.lang.in index 18db5a613..3284c955c 100644 --- a/Makefile.lang.in +++ b/Makefile.lang.in @@ -34,7 +34,7 @@ RES := $(shell mkdir -p $(BIN_DIR)/lang ) all: table/strings.h $(LANGS) -strgen.o: $(SRC_DIR)/strgen/strgen.cpp endian_host.h $(SRC_DIR)/table/control_codes.h +strgen.o: $(SRC_DIR)/strgen/strgen.cpp endian_host.h $(SRC_DIR)/table/control_codes.h $(SRC_DIR)/table/strgen_tables.h $(E) '$(STAGE) Compiling $(<:$(SRC_DIR)/%.cpp=%.cpp)' $(Q)$(CXX_BUILD) $(CFLAGS_BUILD) -DSTRGEN -c -o $@ $< -- cgit v1.2.3-70-g09d2