From 469bf6241c849468c5ae9d5afa002224b934f4ba Mon Sep 17 00:00:00 2001 From: Erlend Aasland Date: Thu, 26 Oct 2006 22:19:49 +0000 Subject: [PATCH] * GNUmakefile.in: Yet another build fix... --- ChangeLog | 5 +++++ GNUmakefile.in | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b7270a70be..dc0aeb1007 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-27 Erlend Aasland + + * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree): + Yet another build fix. + 2006-10-26 Han-Wen Nienhuys * SConstruct (lilypondprefix): use sorted() for list_sort() diff --git a/GNUmakefile.in b/GNUmakefile.in index 2bb6dc7913..38ae0fa89f 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -183,7 +183,10 @@ $(tree-share-prefix)/lilypond-force link-tree: GNUmakefile touch $(tree-share-prefix)/lilypond-force $(tree-share-prefix)/mf-link-tree link-mf-tree: $(tree-share-prefix)/lilypond-force - -rm -f $(tree-share-prefix)/fonts/{otf,svg,tfm,type1}/* && \ + -rm -f $(tree-share-prefix)/fonts/otf/* && \ + rm -f $(tree-share-prefix)/fonts/svg/* && \ + rm -f $(tree-share-prefix)/fonts/tfm/* && \ + rm -f $(tree-share-prefix)/fonts/type1/* && \ cd $(tree-share-prefix)/fonts/otf && \ ln -s ../../../../../../mf/$(outconfbase)/*.otf . -cd $(tree-share-prefix)/fonts/svg && \ -- 2.39.5