summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a238966a..260b7202 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,7 +65,7 @@ gen_start_date = '2013-12-09 00:52'
.PHONY: gen-ChangeLog
gen-ChangeLog:
$(AM_V_GEN)if test -d .git; then \
- $(top_srcdir)/tools/gitlog-to-changelog \
+ $(top_srcdir)/build-aux/gitlog-to-changelog \
--format='%s%n%n%b%n' \
--since="$(gen_start_date)" > $(distdir)/cl-t; \
rm -f $(distdir)/ChangeLog; \