Makefiles: Support --enable-silent-rules for one more target.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 27 Sep 2014 04:40:52 +0000 (21:40 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 27 Sep 2014 04:40:52 +0000 (21:40 -0700)
src/ui/gui/automake.mk

index 3086358ffe4fdf294fc6763c378efca4bb124bac..7f4d474f6bf6dcea223f92ae33b747698df791ac 100644 (file)
@@ -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