From: Matthias Clasen Date: Mon, 14 Jan 2013 20:53:13 +0000 (-0500) Subject: Make the build more quiet X-Git-Tag: 2.35.4~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57041baf58dd4a3aad5ffee804ef8fc9fa15d6af;p=platform%2Fupstream%2Fglib.git Make the build more quiet --- diff --git a/gobject/Makefile.am b/gobject/Makefile.am index d9f3a09..24143f7 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -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