Makefiles: Support --enable-silent-rules for one more target.
[pspp] / 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