From: John Darrington Date: Thu, 28 Jul 2011 19:39:23 +0000 (+0200) Subject: Makefile.am: update location of gitlog-to-changelog script X-Git-Tag: v0.7.9~181 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a147088187a03cb72ffed5c730d51cc2d2c25a;p=pspp-builds.git Makefile.am: update location of gitlog-to-changelog script --- 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; \