From 5ef3f77b68a740b87cd77763b10acc73090cff3d Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 27 Nov 2006 16:10:38 +0100 Subject: [PATCH] check for .git in srcdir --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ; \ -- 2.39.5