From: Han-Wen Nienhuys Date: Mon, 27 Nov 2006 15:39:48 +0000 (+0100) Subject: srcdir is top-src-dir in stepmake. X-Git-Tag: release/2.11.0-1~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b0a4893cc1a62adcebe6ce2f343fd423e50b4764;p=lilypond.git srcdir is top-src-dir in stepmake. (cherry picked from 237e3c2adf6b8f03b50175a0c819aa7a97d8c3c0 commit) --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 8a0c464306..d76c7f6654 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -212,7 +212,7 @@ $(tree-share-prefix)/mf-link-tree link-mf-tree: $(tree-share-prefix)/lilypond-fo ln -s ../../../../../../mf/$(outconfbase)/*.pfa . TAGS.make: dummy - etags -o $@ $(find $(srcdir) -name 'GNUmakefile*' -o -name '*.make') + etags -o $@ $(find $(top-src-dir) -name 'GNUmakefile*' -o -name '*.make') local-clean: build-dir-setup-clean local-web-clean