summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-10-11 13:30:35 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2013-12-18 23:41:31 +0000
commitd3ef43cd4fe5a732a71e191a3184759772d3b231 (patch)
tree098732bae0dabb3ab7405ffd028a13e1dcf62d6f
parent5c4fea2a26f54c4cd675c81f14d10a097c946f33 (diff)
downloadlibgdata-d3ef43cd4fe5a732a71e191a3184759772d3b231.tar.gz
build: Fix ChangeLog generation
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8282e5bf..fa907022 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -631,7 +631,7 @@ ChangeLog: $(srcdir)/ChangeLog
$(srcdir)/ChangeLog:
@echo Creating $@
@if test -d "$(srcdir)/.git"; then \
- (GIT_DIR=$(top_srcdir)/.git ./missing --run \
+ (GIT_DIR=$(top_srcdir)/.git ./build-aux/missing --run \
git log --stat) | fmt --split-only > $@.tmp \
&& mv -f $@.tmp $@ \
|| ($(RM) $@.tmp; \