From: Ben Pfaff Date: Sat, 27 Sep 2014 04:40:52 +0000 (-0700) Subject: Makefiles: Support --enable-silent-rules for one more target. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=b779cc2fe07d6e8e66aad413e4644e8e124c65ff Makefiles: Support --enable-silent-rules for one more target. --- 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