From: Han-Wen Nienhuys Date: Mon, 27 Nov 2006 16:23:34 +0000 (+0100) Subject: run git in srcdir too. X-Git-Tag: release/2.11.0-1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=056f3dacc637a7a7c662dee95e5c5393abdab111;p=lilypond.git run git in srcdir too. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 103acbff59..04a305ed76 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -36,7 +36,7 @@ local-dist: dist-toplevel-txt-files dist-changelog dist-changelog: if test -d $(top-src-dir)/.git ; then \ - git-whatchanged gub-2.9.29-2.. > $(distdir)/ChangeLog ; \ + cd $(top-src-dir) && git-whatchanged gub-2.9.29-2.. > $(distdir)/ChangeLog ; \ else \ cp $(top-src-dir)/ChangeLog $(distdir) ; \ fi