+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()
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 && \