From: Han-Wen Nienhuys Date: Mon, 27 Nov 2006 15:10:38 +0000 (+0100) Subject: check for .git in srcdir X-Git-Tag: release/2.11.0-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5ef3f77b68a740b87cd77763b10acc73090cff3d;p=lilypond.git check for .git in srcdir --- diff --git a/GNUmakefile.in b/GNUmakefile.in index f9e1be0cd5..8a0c464306 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -35,7 +35,7 @@ include $(depth)/make/stepmake.make local-dist: dist-toplevel-txt-files dist-changelog dist-changelog: - if test -d .git ; then \ + if test -d $(srcdir)/.git ; then \ git-whatchanged gub-2.9.29-2.. > $(distdir)/ChangeLog ; \ else \ cp $(srcdir)/ChangeLog $(distdir) ; \