From: Erlend Aasland Date: Thu, 26 Oct 2006 22:19:49 +0000 (+0000) Subject: * GNUmakefile.in: Yet another build fix... X-Git-Tag: release/2.10.0-2~71 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=469bf6241c849468c5ae9d5afa002224b934f4ba;p=lilypond.git * GNUmakefile.in: Yet another build fix... --- 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 && \