summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-03 20:33:36 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-03 20:33:36 -0500
commit83058bf2cae9fe1e1adef6d72194970edf123e9f (patch)
tree46535e1324d6ecd8dc81e746156e08604466cabf /Makefile.am
parent411cda4ff414bec20bdc439d9d2ac1b836d1cc70 (diff)
downloadgtk+-83058bf2cae9fe1e1adef6d72194970edf123e9f.tar.gz
Use AM_V_GEN in a few more places
Based on a patch by Javier Jardón in https://bugzilla.gnome.org/show_bug.cgi?id=621720
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1063b9fb2f..729637e2e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -95,8 +95,7 @@ distclean-local:
fi
ChangeLog:
- @echo Creating $@
- @if test -d "$(srcdir)/.git"; then \
+ $(AM_V_GEN) if test -d "$(srcdir)/.git"; then \
(GIT_DIR=$(top_srcdir)/.git ./missing --run git log GTK_2_16_0^^.. --stat) | fmt --split-only > $@.tmp \
&& mv -f $@.tmp $@ \
|| ($(RM) $@.tmp; \