From: Jim Meyering Date: Sun, 10 Mar 2002 10:22:47 +0000 (+0000) Subject: reformat continued line X-Git-Tag: FILEUTILS-4_1_7~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c880cde6a9f88d4da9c441590dd06d042635b64a;p=thirdparty%2Fcoreutils.git reformat continued line --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index ec31f30b2d..c3bcfcbc16 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -62,8 +62,9 @@ CATALOGS = @CATALOGS@ mv t-$@ $@ gmsgfmt_cmd = \ - rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo \ - $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo + rm -f $${lang}.gmo \ + && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po \ + && mv t-$${lang}.gmo $${lang}.gmo .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \