summaryrefslogtreecommitdiff
path: root/po/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/makefile')
-rw-r--r--po/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/makefile b/po/makefile
index 6ad6997c0..64573ceae 100644
--- a/po/makefile
+++ b/po/makefile
@@ -66,7 +66,7 @@ binary: $(POTFILES) $(PACKAGE)-all.pot $(MOFILES) update-po
.PHONY: update-po
update-po: $(PACKAGE)-all.pot
- for lang in ${LINGUAS}; do\
+ for lang in ${LINGUAS}; do \
echo "Updating $$lang.po"; \
$(MSGMERGE) $$lang.po $(PACKAGE)-all.pot -o $$lang.new.po; \
cmp $$lang.new.po $$lang.po || cp $$lang.new.po $$lang.po; \