[gnome-terminal] Add one more $(AM_V_GEN)



commit f76ee5528bb57efc9991fd9208d7cde3329af24f
Author: Christian Persch <chpe gnome org>
Date:   Sun Aug 16 20:41:33 2009 +0200

    Add one more $(AM_V_GEN)

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 18424e8..a36a491 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ distuninstallcheck_listfiles = 	\
 
 # 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]