]> git.donarmstrong.com Git - lilypond.git/commitdiff
* GNUmakefile.in: Yet another build fix...
authorErlend Aasland <erlenda@gmail.com>
Thu, 26 Oct 2006 22:19:49 +0000 (22:19 +0000)
committerErlend Aasland <erlenda@gmail.com>
Thu, 26 Oct 2006 22:19:49 +0000 (22:19 +0000)
ChangeLog
GNUmakefile.in

index b7270a70be4ff770f0c8397fba3254408642b6d5..dc0aeb1007af84f4f0e69d487d75eda4cb67a3b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-27  Erlend Aasland  <erlenda@gmail.com>
+
+       * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
+       Yet another build fix.
+
 2006-10-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * SConstruct (lilypondprefix): use sorted() for list_sort()
index 2bb6dc7913230c39d548e0429f3768c7e6122e0c..38ae0fa89febabf2f1c2f023a708cda9f10731aa 100644 (file)
@@ -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 && \