From a7b199549d3f15d07f382fdbc81a306a8f912568 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 27 Nov 2006 16:40:48 +0100 Subject: [PATCH] use top-src-dir for make git check too --- GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index d76c7f6654..103acbff59 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -35,10 +35,10 @@ include $(depth)/make/stepmake.make local-dist: dist-toplevel-txt-files dist-changelog dist-changelog: - if test -d $(srcdir)/.git ; then \ + if test -d $(top-src-dir)/.git ; then \ git-whatchanged gub-2.9.29-2.. > $(distdir)/ChangeLog ; \ else \ - cp $(srcdir)/ChangeLog $(distdir) ; \ + cp $(top-src-dir)/ChangeLog $(distdir) ; \ fi default: $(outdir)/VERSION -- 2.39.5