Silence the build some more
authorMatthias Clasen <mclasen@redhat.com>
Sun, 21 Dec 2014 02:32:53 +0000 (21:32 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 21 Dec 2014 02:32:53 +0000 (21:32 -0500)
glib/Makefile.am

index 1b9e081..1d4dabc 100644 (file)
@@ -315,7 +315,7 @@ glibsubinclude_HEADERS = \
 
 # This is read by gobject-introspection/misc/ and gtk-doc
 glib-public-headers.txt: Makefile
-       echo $(glibinclude_HEADERS) $(glibsubinclude_HEADERS) > $@.tmp && mv $@.tmp $@
+       $(AM_V_GEN) echo $(glibinclude_HEADERS) $(glibsubinclude_HEADERS) > $@.tmp && mv $@.tmp $@
 
 CLEANFILES += glib-public-headers.txt