Index: mf/GNUmakefile
===================================================================
RCS file: /cvsroot/lilypond/lilypond/mf/GNUmakefile,v
retrieving revision 1.147
diff -u -r1.147 GNUmakefile
--- mf/GNUmakefile	17 Mar 2005 23:13:28 -0000	1.147
+++ mf/GNUmakefile	22 Mar 2005 05:46:55 -0000
@@ -55,7 +55,7 @@
 #
 
 $(outdir)/%.cff.ps $(outdir)/%.cff $(outdir)/%.otf $(outdir)/%.svg: $(outdir)/%.pe
-	(cd $(outdir) && fontforge -script $(notdir $<))
+	(cd $(outdir) && $(FONTFORGE) -script $(notdir $<))
 	$(PYTHON) $(buildscript-dir)/ps-embed-cff.py $(basename $<).cff `cat $(basename $<).fontname` $(basename $<).cff.ps
 
 
