]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix separate builddir compile #2. release/2.11.38-1
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 31 Jan 2008 16:00:51 +0000 (14:00 -0200)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 31 Jan 2008 16:00:51 +0000 (14:00 -0200)
Use full path to mf2pt1.mp, so we can run mpost inside $(outdir)

stepmake/stepmake/metafont-rules.make

index 71cd6f1bda8d7b47c13e7ca36f61d23f3c2b4aa7..ec5e78c96ca18128eabfbbc815cf5743fc8b3f74 100644 (file)
@@ -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