From b9cc40397bd21e7ce335fc8ecaff449953cca2b4 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 7 Sep 2020 10:33:28 -0700 Subject: [PATCH] po: Don't regenerate po files just before replacing them. --- po/automake.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/automake.mk b/po/automake.mk index 17a67331c7..91b4e64697 100644 --- a/po/automake.mk +++ b/po/automake.mk @@ -127,8 +127,8 @@ CLEAN_LOCAL += po_CLEAN # The final action to this rule is to remove the .pot file. This # is because the po files must be re-merged against an updated version of it. PHONY += po-update -po-update: $(POFILES) - for p in $^; do \ +po-update: + for p in $(POFILES); do \ wget --recursive --level=1 --accept=po --no-directories --no-use-server-timestamps \ --directory-prefix=po -O ${top_srcdir}/$$p,tmp \ https://translationproject.org/latest/pspp/`basename $$p` ; \ -- 2.30.2