OSDN Git Service

Minor modification.
authorsirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Sun, 14 Feb 2010 05:31:09 +0000 (05:31 +0000)
committersirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Sun, 14 Feb 2010 05:31:09 +0000 (05:31 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tpi/tpi@226 9df91469-1e22-0410-86e7-ea8537beb833

src/lychee/Makefile

index 534eb7b..6f647d6 100644 (file)
@@ -21,7 +21,7 @@ OUT_EXE  = ../../bin/lychee
 .PHONY: all clean\r
 .SUFFIXES: .cpp .o\r
 \r
-all: $(DIR_OBJ) $(addprefix $(DIR_OBJ)/,$(OBJS)) $(addprefix $(DIR_XRC)/,$(XRCS))\r
+all: $(DIR_OBJ) $(addprefix $(DIR_OBJ)/,$(OBJS)) $(addprefix $(DIR_XRC)/,$(XRCS))\r
        $(CC) $(LDFLAGS) -o $(OUT_EXE) $(addprefix $(DIR_OBJ)/,$(OBJS))\r
        wxrc --gettext $(addprefix $(DIR_XRC)/,$(XRCS)) | xgettext -C -k"_" --from-code=utf-8 -D ./ -o $(DIR_LOC)/$(POT) *.cpp -\r
 \r