From ae5bfddf0855fcda41416c03cd6f14b435668f41 Mon Sep 17 00:00:00 2001 From: sirakaba Date: Sun, 14 Feb 2010 05:31:09 +0000 Subject: [PATCH] Minor modification. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tpi/tpi@226 9df91469-1e22-0410-86e7-ea8537beb833 --- src/lychee/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lychee/Makefile b/src/lychee/Makefile index 534eb7b..6f647d6 100644 --- a/src/lychee/Makefile +++ b/src/lychee/Makefile @@ -21,7 +21,7 @@ OUT_EXE = ../../bin/lychee .PHONY: all clean .SUFFIXES: .cpp .o -all: $(DIR_OBJ) $(addprefix $(DIR_OBJ)/,$(OBJS)) # $(addprefix $(DIR_XRC)/,$(XRCS)) +all: $(DIR_OBJ) $(addprefix $(DIR_OBJ)/,$(OBJS)) $(addprefix $(DIR_XRC)/,$(XRCS)) $(CC) $(LDFLAGS) -o $(OUT_EXE) $(addprefix $(DIR_OBJ)/,$(OBJS)) wxrc --gettext $(addprefix $(DIR_XRC)/,$(XRCS)) | xgettext -C -k"_" --from-code=utf-8 -D ./ -o $(DIR_LOC)/$(POT) *.cpp - -- 2.11.0