From b779cc2fe07d6e8e66aad413e4644e8e124c65ff Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 26 Sep 2014 21:40:52 -0700 Subject: [PATCH] Makefiles: Support --enable-silent-rules for one more target. --- src/ui/gui/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index 3086358ffe..7f4d474f6b 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -335,7 +335,7 @@ PHONY += yelp-check AM_CPPFLAGS += -Isrc src/ui/gui/pspp.desktop: src/ui/gui/gen-dot-desktop.sh $(POFILES) - POFILES="$(POFILES)" top_builddir="$(top_builddir)" $(SHELL) $< > $@ + $(AM_V_GEN)POFILES="$(POFILES)" top_builddir="$(top_builddir)" $(SHELL) $< > $@ CLEANFILES+=src/ui/gui/pspp.desktop -- 2.30.2