From: Han-Wen Nienhuys Date: Thu, 31 Jan 2008 16:00:51 +0000 (-0200) Subject: Fix separate builddir compile #2. X-Git-Tag: release/2.11.38-1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2da1cec8dd589838d8ed7ea6010f10d716c75406;p=lilypond.git Fix separate builddir compile #2. Use full path to mf2pt1.mp, so we can run mpost inside $(outdir) --- diff --git a/stepmake/stepmake/metafont-rules.make b/stepmake/stepmake/metafont-rules.make index 71cd6f1bda..ec5e78c96c 100644 --- a/stepmake/stepmake/metafont-rules.make +++ b/stepmake/stepmake/metafont-rules.make @@ -23,5 +23,5 @@ $(outdir)/%.pfb: %.mf $(outdir)/mf2pt1.mem mv $$TMP/*pfb $(outdir) ; \ rm -rf $$TMP -$(outdir)/mf2pt1.mem: - cd $(outdir) && mpost -progname=mpost -ini ../mf2pt1 \\dump +$(outdir)/mf2pt1.mem: mf2pt1.mp + cd $(outdir) && mpost -progname=mpost -ini $(top-src-dir)/mf/mf2pt1.mp \\dump