diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |