From c97b2a5224e350380e5f31b0612bf057d1a689ab Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 17 Dec 2011 17:25:50 +0000 Subject: (svn r23575) -Codechange: split class definition and implementation of base strgen classes --- 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 a04057196..7f13f655f 100644 --- a/Makefile.lang.in +++ b/Makefile.lang.in @@ -42,7 +42,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 $(SRC_DIR)/table/strgen_tables.h +strgen.o: $(SRC_DIR)/strgen/strgen.cpp $(SRC_DIR)/strgen/strgen.h 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