From d00b10068a532714c52c1c197b53d78a5b1e55fa Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 19 Jul 2020 15:07:33 +0200 Subject: [PATCH] Fix typo in po/automake.mk --- po/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/automake.mk b/po/automake.mk index 828192a7ca..2b696babf2 100644 --- a/po/automake.mk +++ b/po/automake.mk @@ -68,7 +68,7 @@ $(POTFILE): $(ALL_TRANSLATABLE_FILES) $(AM_V_at)$(XGETTEXT) $(XGETTEXT_OPTIONS) -j src/ui/gui/org.fsf.pspp.desktop.in -o $@,tmp $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: .*/d' $@,tmp > $@ -$(LOCALPOFILED) $(POFILES): $(POTFILE) +$(LOCALPOFILES) $(POFILES): $(POTFILE) $(AM_V_GEN)$(MSGMERGE) --previous --quiet $(top_srcdir)/$@ $? -o $@,tmp $(AM_V_at)if test -e $(top_srcdir)/$@,aux ; then \ touch $@,tmp ; \ -- 2.30.2