]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small makefile fix required for compiling on FreeBSD.
authorGraham Percival <graham@percival-music.ca>
Thu, 26 May 2005 19:57:35 +0000 (19:57 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 26 May 2005 19:57:35 +0000 (19:57 +0000)
ChangeLog
mf/GNUmakefile

index 8f33f3fe5b719d3ee80a1d6f4bf2b3a8be623fd8..f77efccffdf014c97a2106e1ef7079257a4b3311 100644 (file)
--- 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  <hanwen@xs4all.nl>
 
        * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
index a95518ff6265d15769001ac2aae179d9ad18621d..58ef0ec1d1c2508a80f406a2b45c5e8475795f21 100644 (file)
@@ -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