summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-07-09 13:32:02 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-07-09 13:33:32 -0500
commitcbb37119d94e980630881fd57de992e5c805c6e6 (patch)
treea0fa3f5637f2cc520357c25095bdb50eacbebb14
parent01a3db5e124993d0d6b1596e68dae4d21538f42a (diff)
downloadepiphany-cbb37119d94e980630881fd57de992e5c805c6e6.tar.gz
Generate ChangeLog in builddir
https://bugzilla.gnome.org/show_bug.cgi?id=768218
-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