From 3bedc553e9b1f269f93d85f4cc3df55a4eac7299 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 27 Nov 2006 16:39:48 +0100 Subject: [PATCH] srcdir is top-src-dir in stepmake. --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5