remove stray spaces from po/automake.mk
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 29 Nov 2019 06:56:25 +0000 (07:56 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 29 Nov 2019 06:56:25 +0000 (07:56 +0100)
po/automake.mk

index f3c9cc1372ed15e4eda00d7d7a7130751d96b15b..fd551969320e65461c131cfdea6e884a134cd065 100644 (file)
@@ -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