From c45974eff984f618fa60d6dc4e41574c1f5c7501 Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Wed, 21 Dec 2005 01:06:08 +0000
Subject: [PATCH] *** empty log message ***

---
 ChangeLog      | 3 +++
 GNUmakefile.in | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 794d405846..f88d238c45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 
 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+	* GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
+	depend on link-tree.
+
 	* lily/relocate.cc (setup_paths): only check path for non-absolute
 	dir without directory part.
 
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 773f191766..5617475a68 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -160,7 +160,7 @@ $(tree-share-prefix)/lilypond-force link-tree: GNUmakefile
 		ln -sf ../../../../../po/$(outconfbase)/$i.mo lilypond.mo) &&) true
 	touch $(tree-share-prefix)/lilypond-force
 
-$(tree-share-prefix)/mf-link-tree link-mf-tree:
+$(tree-share-prefix)/mf-link-tree link-mf-tree: $(tree-share-prefix)/lilypond-force
 	-rm -f $(tree-share-prefix)/fonts/{otf,svg,tfm,type1}/* &&  \
 		cd $(tree-share-prefix)/fonts/otf && \
 		ln -s ../../../../../../mf/$(outconfbase)/*.otf .
-- 
2.39.5