From: Graham Percival Date: Thu, 26 May 2005 19:57:35 +0000 (+0000) Subject: Small makefile fix required for compiling on FreeBSD. X-Git-Tag: release/2.5.27~40 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8292dadd4236b0a0be49137d4753256f1daccaa5;p=lilypond.git Small makefile fix required for compiling on FreeBSD. --- diff --git a/ChangeLog b/ChangeLog index 8f33f3fe5b..f77efccffd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ introduction.itely, tutorial.itely: rearranging, editing, clean-up. + * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required + for compiling on FreeBSD. + 2005-05-26 Han-Wen Nienhuys * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and diff --git a/mf/GNUmakefile b/mf/GNUmakefile index a95518ff62..58ef0ec1d1 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -162,7 +162,7 @@ export MFINPUTS:=.:$(MFINPUTS) # FIXME: temporary hack: must regenerate after building fonts tree-regen: rm -rf $(builddir)/share - make -C $(builddir) link-tree + ${MAKE} -C $(builddir) link-tree default: pfa_warning $(ALL_GEN_FILES) $(outdir)/emmentaler-20.otf tree-regen