]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 5 Feb 2008 07:44:41 +0000 (08:44 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 5 Feb 2008 07:44:41 +0000 (08:44 +0100)
stepmake/stepmake/metafont-rules.make

index ec5e78c96ca18128eabfbbc815cf5743fc8b3f74..75fb84cb6775842c57829e7d0f58dcd1c3d0315e 100644 (file)
@@ -19,7 +19,7 @@ $(outdir)/%.pfb: %.mf $(outdir)/mf2pt1.mem
        TMP=`mktemp -d $(outdir)/pfbtemp.XXXXXXXXX` ; \
                ( cd $$TMP ; \
                ln -s ../mf2pt1.mem . ; \
-               MFINPUTS=../..:../:: $(PERL) ../../$(buildscript-dir)/mf2pt1.pl $(MF2PT1_OPTIONS) $< ) ; \
+               MFINPUTS=../..:../:: $(PERL) $(top-src-dir)/buildscripts)/mf2pt1.pl $(MF2PT1_OPTIONS) $< ) ; \
                mv $$TMP/*pfb $(outdir) ; \
                rm -rf $$TMP