]> git.donarmstrong.com Git - lilypond.git/commitdiff
check for .git in srcdir
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 27 Nov 2006 15:10:38 +0000 (16:10 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 27 Nov 2006 15:10:38 +0000 (16:10 +0100)
GNUmakefile.in

index f9e1be0cd58f2c03206a66b8feca429b6efc7ddd..8a0c464306b00ce0f17b7ce50bd653c3840486e0 100644 (file)
@@ -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) ; \