From: Jan Nieuwenhuizen Date: Tue, 5 Feb 2008 07:42:47 +0000 (+0100) Subject: Use $(top-src-dir)/buildscripts rather than ../../$(possibly-absolute-dir). X-Git-Tag: release/2.11.39-1~1^2~9^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f861fc1344c914779a7f9cabe40ebe7aa2d03b6c;p=lilypond.git Use $(top-src-dir)/buildscripts rather than ../../$(possibly-absolute-dir). Fixes srcdir builds --- diff --git a/stepmake/stepmake/metafont-rules.make b/stepmake/stepmake/metafont-rules.make index 71cd6f1bda..84f1dba059 100644 --- a/stepmake/stepmake/metafont-rules.make +++ b/stepmake/stepmake/metafont-rules.make @@ -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