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.10.1-1~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3bedc553e9b1f269f93d85f4cc3df55a4eac7299;p=lilypond.git srcdir is top-src-dir in stepmake. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 17182a8793..6f66938dfe 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -205,7 +205,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