From b8589d581096529f518090534e302add8662ff6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Fri, 12 Mar 2010 19:56:57 +0100 Subject: build: Use separate directory for auxiliary build tools --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 961545318..2f10aa915 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,7 @@ gen_start_date = 2009-02-25 .PHONY: gen-ChangeLog gen-ChangeLog: if test -d .git; then \ - $(top_srcdir)/gitlog-to-changelog \ + $(top_srcdir)/build-aux/gitlog-to-changelog \ --since=$(gen_start_date) > $(distdir)/cl-t; \ rm -f $(distdir)/ChangeLog; \ mv $(distdir)/cl-t $(distdir)/ChangeLog; \ @@ -75,8 +75,8 @@ gen-ChangeLog: EXTRA_DIST = \ ChangeLog.pre-0-4 \ ChangeLog.pre-0-5-7 \ - gitlog-to-changelog \ MAINTAINERS \ vala-1.0.pc.in \ + build-aux/gitlog-to-changelog \ $(NULL) -- cgit v1.2.1