Index: mf/GNUmakefile
===================================================================
RCS file: /sources/lilypond/lilypond/mf/GNUmakefile,v
retrieving revision 1.199
diff -p -u -r1.199 GNUmakefile
--- mf/GNUmakefile	9 Apr 2006 22:37:42 -0000	1.199
+++ mf/GNUmakefile	10 Apr 2006 09:59:53 -0000
@@ -129,7 +129,7 @@ export MFINPUTS:=.:$(MFINPUTS)
 
 
 
-default: pfa_warning $(ALL_GEN_FILES) $(outdir)/emmentaler-20.otf tree-regen
+default: $(ALL_GEN_FILES) $(outdir)/emmentaler-20.otf tree-regen
 
 .PHONY: tree-regen
 
@@ -137,24 +137,6 @@ default: pfa_warning $(ALL_GEN_FILES) $(
 tree-regen:
 	${MAKE} -C $(top-build-dir) link-mf-tree
 
-pfa_warning:
-ifneq ($(shell $(MFTRACE) --version | head -n 1 | sed 's/ .*//'),mftrace)
-	@echo ""
-	@echo "ERROR: mftrace not found"
-	@echo ""
-	@echo "For obtaining PFA/SVG fonts, either install mftrace "
-	@echo "(see http://www.xs4all.nl/~hanwen/mftrace/ ),"
-	@echo "or try one of the following commands in this directory: "
-	@echo ""
-	@echo " make get-fonts "
-	@echo " make get-rpm-fonts "
-	@echo " make get-deb-fonts "
-	@echo ""
-	@echo "These commands will try to download the files from internet."
-	@false
-endif
-
-
 debian-mirror=http://ftp.us.debian.org
 debian-package =lilypond_$(TOPLEVEL_VERSION)-1_i386.deb
 $(outdir)/$(debian-package):
