From 18431dd9f8e5b4ea067d4ae7db42cfc10f30bc59 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 25 Jan 2008 21:09:12 +0000 Subject: [PATCH] (svn r11986) -Fix: build system ignored changes to table/control_codes.h which require strgen to be rebuilt --- Makefile.lang.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.lang.in b/Makefile.lang.in index 1d773d66c5..1ba5c90480 100644 --- a/Makefile.lang.in +++ b/Makefile.lang.in @@ -36,7 +36,7 @@ RES := $(shell mkdir -p $(BIN_DIR)/lang ) 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 $@ $<