From a549c5f8473a4962b637f3ffd7fb2e46ab97086b Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 29 Nov 2019 07:56:25 +0100 Subject: [PATCH] remove stray spaces from po/automake.mk --- po/automake.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/automake.mk b/po/automake.mk index f3c9cc1372..fd55196932 100644 --- a/po/automake.mk +++ b/po/automake.mk @@ -63,8 +63,8 @@ $(POTFILE): $(TRANSLATABLE_FILES) $(UI_FILES) src/ui/gui/gen-dot-desktop.sh $(LOCALPOFILED) $(POFILES): $(POTFILE) $(AM_V_GEN)$(MSGMERGE) --previous --quiet $(top_srcdir)/$@ $? -o $@,tmp $(AM_V_at)if test -e $(top_srcdir)/$@,aux ; then \ - touch $@,tmp ; \ - msgcat --use-first $(top_srcdir)/$@,aux $@,tmp -o $@,tmp; \ + touch $@,tmp ; \ + msgcat --use-first $(top_srcdir)/$@,aux $@,tmp -o $@,tmp; \ fi ; $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: /d' $@,tmp > $@,tmp2 $(RM) $@,tmp -- 2.30.2