From: leslie Date: Thu, 4 Aug 2011 20:03:41 +0000 (+0200) Subject: makefile: sort files for xgettext X-Git-Tag: upstream/620~51 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=5807930b6d1bdaa3ee3a005b1ad4755b4f094312;p=sasc-ng.git makefile: sort files for xgettext --- diff --git a/Makefile b/Makefile index 2e1580f..b9f303f 100644 --- a/Makefile +++ b/Makefile @@ -188,7 +188,7 @@ $(FFDECSA) $(FFDECSATEST): $(FFDECSADIR)/*.c $(FFDECSADIR)/*.h @$(MAKE) COMPILER="$(CXX)" FLAGS="$(CSAFLAGS) -march=$(CPUOPT)" PARALLEL_MODE=$(PARALLEL) -C $(FFDECSADIR) all $(I18Npot): $(shell grep -rl '\(tr\|trNOOP\)(\".*\")' *.c $(SYSDIR)) - xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='' -o $@ $^ + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='' -o $@ `ls $^` %.po: $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $<