]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
reformat continued line
authorJim Meyering <jim@meyering.net>
Sun, 10 Mar 2002 10:22:47 +0000 (10:22 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 10 Mar 2002 10:22:47 +0000 (10:22 +0000)
po/Makefile.in.in

index ec31f30b2d9f1872a18b13a0fd1e2e742e508862..c3bcfcbc168cf847505c3f23bd4e8c72df43d7ee 100644 (file)
@@ -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,.*/,,'`; \