Make the build more quiet
authorMatthias Clasen <mclasen@redhat.com>
Mon, 14 Jan 2013 20:53:13 +0000 (15:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 14 Jan 2013 21:14:28 +0000 (16:14 -0500)
gobject/Makefile.am

index d9f3a09..24143f7 100644 (file)
@@ -161,7 +161,7 @@ EXTRA_DIST += \
 
 # This is read by gobject-introspection/misc/ and gtk-doc
 gobject-public-headers.txt: Makefile
-       echo $(gobject_public_h_sources) > $@.tmp && mv $@.tmp $@
+       $(AM_V_GEN) echo $(gobject_public_h_sources) > $@.tmp && mv $@.tmp $@
 
 CLEANFILES += gobject-public-headers.txt