summaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-10 10:22:47 +0000
committerJim Meyering <jim@meyering.net>2002-03-10 10:22:47 +0000
commitc880cde6a9f88d4da9c441590dd06d042635b64a (patch)
tree3b9a5a36e2971af0277fe0b74ec1e233904d1929 /po/Makefile.in.in
parent3afb09ac803936e70505f54d9ff77dec143712f3 (diff)
downloadcoreutils-c880cde6a9f88d4da9c441590dd06d042635b64a.tar.xz
reformat continued line
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index ec31f30b2..c3bcfcbc1 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,.*/,,'`; \