(svn r16810) -Fix (r16115): strgen didn't get rebuild when table/strgen_tables.h was changed.

This commit is contained in:
rubidium 2009-07-13 14:29:58 +00:00
parent 95c7993451
commit 2956bad7fa
1 changed files with 1 additions and 1 deletions

View File

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