From: Jim Meyering Date: Sat, 20 Jul 2002 06:41:26 +0000 (+0000) Subject: Upgrade to gettext-0.11.3. X-Git-Tag: FILEUTILS-4_1_10~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e9dbfad552236c58dae46bba2abb006faab3a92;p=thirdparty%2Fcoreutils.git Upgrade to gettext-0.11.3. --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index f0023c11f3..49c018d572 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -58,19 +58,14 @@ CATALOGS = @CATALOGS@ .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-update .po.mo: - $(MSGFMT) -c -o t-$@ $< - mv t-$@ $@ - -gmsgfmt_cmd = \ - rm -f $${lang}.gmo \ - && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po \ - && mv t-$${lang}.gmo $${lang}.gmo + @echo "$(MSGFMT) -c -o $@ $<"; \ + $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$(gmsgfmt_cmd)"; \ - cd $(srcdir) && $(gmsgfmt_cmd) + echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ + cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo .sin.sed: sed -e '/^#/d' $< > t-$@