From d2a147088187a03cb72ffed5c730d51cc2d2c25a Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 28 Jul 2011 21:39:23 +0200 Subject: [PATCH] Makefile.am: update location of gitlog-to-changelog script --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bed99f40..28e9ffc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ LDADD = gl/libgl.la generate-changelog: if test -d $(top_srcdir)/.git; then \ - $(top_srcdir)/gitlog-to-changelog --since=2008-07-27 \ + $(top_srcdir)/build-aux/gitlog-to-changelog --since=2008-07-27 \ > $(distdir)/cl-t; \ rm -f $(distdir)/ChangeLog; \ mv $(distdir)/cl-t $(distdir)/ChangeLog; \ -- 2.30.2