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
This commit is contained in:
Matthias Clasen
2011-01-03 20:33:36 -05:00
parent 411cda4ff4
commit 83058bf2ca
3 changed files with 15 additions and 16 deletions

View File

@ -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; \