summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-08-16 22:07:31 +0200
committerChristian Persch <chpe@gnome.org>2009-08-16 22:07:31 +0200
commit53ca82d81d93b52bc057d649247eb18549a86d55 (patch)
tree5fe25a556156ffa7ea2cba7e75a60ad9a7824184 /Makefile.am
parent0620cc2e6ee9be9f877d4d2f4b9eed09be885b27 (diff)
downloadgnome-common-53ca82d81d93b52bc057d649247eb18549a86d55.tar.gz
Use AM_SILENT_RULES
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bd64c22..ff4c699 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ EXTRA_DIST = \
# Build ChangeLog from GIT history
ChangeLog:
- @if test -d $(top_srcdir)/.git; then \
+ $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
fi