]> git.donarmstrong.com Git - lilypond.git/commitdiff
Use $(top-src-dir)/buildscripts rather than ../../$(possibly-absolute-dir).
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 5 Feb 2008 07:42:47 +0000 (08:42 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 5 Feb 2008 07:42:47 +0000 (08:42 +0100)
Fixes srcdir builds

stepmake/stepmake/metafont-rules.make

index 71cd6f1bda8d7b47c13e7ca36f61d23f3c2b4aa7..84f1dba059f36ee712b5d9de935c80dd1d35ee35 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