X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=28e9ffc6b250078acdc65da2ddebfc1bfee5dd52;hb=d2a147088187a03cb72ffed5c730d51cc2d2c25a;hp=bed99f40c9a44a023f0423083e2c3109f60123e2;hpb=bbc73617c7a4272e5ac3b31a3336e11ba20bcd7d;p=pspp diff --git a/Makefile.am b/Makefile.am index bed99f40c9..28e9ffc6b2 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; \