Kouhei Sutou
null+****@clear*****
Sat Aug 9 17:33:59 JST 2014
Kouhei Sutou 2014-08-09 17:33:59 +0900 (Sat, 09 Aug 2014) New Revision: 60489642f84f76903daca17ead1762a2d2e8701a https://github.com/groonga/groonga/commit/60489642f84f76903daca17ead1762a2d2e8701a Message: Fix build dependencies Modified files: build/makefiles/gettext.am Modified: build/makefiles/gettext.am (+2 -7) =================================================================== --- build/makefiles/gettext.am 2014-08-09 17:31:08 +0900 (9e9166a) +++ build/makefiles/gettext.am 2014-08-09 17:33:59 +0900 (0de503f) @@ -9,16 +9,11 @@ EXTRA_DIST += \ $(mo_files) endif -if DOCUMENT_BUILDABLE -BUILT_SOURCES += \ - $(mo_files) -endif - SUFFIXES += .pot .edit .po .mo .PHONY: gettext update build -all: +all: build .pot.edit: msgmerge --quiet --sort-by-file --output-file=$@ $*.po $< @@ -30,7 +25,7 @@ all: update: pot-build-stamp edit-po-build-stamp $(edit_po_files) $(po_files) if DOCUMENT_BUILDABLE -build: $(mo_files) +build: pot-build-stamp edit-po-build-stamp $(mo_files) else build: endif -------------- next part -------------- HTML����������������������������...Download