From 6a8684e55cd83e8d713da1046c3a5f4bcb9cb143 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 15 Mar 2009 13:44:10 +0000 Subject: Really fix ChangeLog rule svn path=/branches/gnome-2-26/; revision=8897 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8c139365b..8557ad608 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache' ChangeLog: - @if test -f $(top_srcdir)/.git/HEAD; then + @if test -f $(top_srcdir)/.git/HEAD; then \ git log --stat > $@; \ fi -- cgit v1.2.3