From: Ben Pfaff Date: Sun, 6 Sep 2020 19:20:06 +0000 (-0700) Subject: po: Fix placement of $(AM_V_at) in automake.mk. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7333265a305a9f1c7c8eee275467b27f4a8c4e9b;p=pspp po: Fix placement of $(AM_V_at) in automake.mk. It has to be at the beginning of the line because it is interpreted by make, not by the shell. Fixes: commit b703fcd74fda ("Fix build error when building --without-gui") --- diff --git a/po/automake.mk b/po/automake.mk index 5270deda94..17a67331c7 100644 --- a/po/automake.mk +++ b/po/automake.mk @@ -63,7 +63,7 @@ ALL_TRANSLATABLE_FILES = \ $(POTFILE): $(ALL_TRANSLATABLE_FILES) Makefile @$(MKDIR_P) po $(AM_V_GEN)$(XGETTEXT) $(XGETTEXT_OPTIONS) $(TRANSLATABLE_FILES) --language=C --keyword=_ --keyword=N_ -o $@,tmp - test -z "$(UI_FILES)" || $(AM_V_at)$(XGETTEXT) $(XGETTEXT_OPTIONS) -j $(UI_FILES) --language=Glade -o $@,tmp + $(AM_V_at)test -z "$(UI_FILES)" || $(XGETTEXT) $(XGETTEXT_OPTIONS) -j $(UI_FILES) --language=Glade -o $@,tmp $(AM_V_at)$(XGETTEXT) $(XGETTEXT_OPTIONS) -j src/ui/gui/org.fsf.pspp.metainfo.xml.in -o $@,tmp $(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 > $@