From 57041baf58dd4a3aad5ffee804ef8fc9fa15d6af Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 14 Jan 2013 15:53:13 -0500 Subject: [PATCH] Make the build more quiet --- gobject/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4