(svn r11986) -Fix: build system ignored changes to table/control_codes.h which require strgen to be rebuilt

This commit is contained in:
peter1138 2008-01-25 21:09:12 +00:00
parent e214e03c28
commit 18431dd9f8
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@ $<