X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/3811262056f8c09dbf22539133d3c04718beedb0..54668e4e591651be2d83b95ff4a9d96668db1e36:/po/makefile diff --git a/po/makefile b/po/makefile index bb8118c77..45e5b1e5a 100644 --- a/po/makefile +++ b/po/makefile @@ -66,7 +66,7 @@ binary: $(POTFILES) $(PACKAGE)-all.pot $(MOFILES) .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; \ @@ -74,7 +74,7 @@ update-po: $(PACKAGE)-all.pot done clean: clean/local -clean/local: +clean/local: update-po rm -f $(MOFILES) $(LANG_POFILES) $(PO)/*.d # Include the dependencies that are available