summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fd62b699f..43e1e1f78 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache
ChangeLog:
@if test -f $(top_srcdir)/.git/HEAD; then \
pushd $(top_srcdir); \
- git log --max-count=500 --no-decorate --stat > $@; \
+ git log --max-count=500 --no-decorate --stat > $(abs_top_builddir)/$@; \
popd; \
fi