CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/05/26 19:57:35

Modified files:
        .              : ChangeLog 
        mf             : GNUmakefile 

Log message:
        Small makefile fix required for compiling on FreeBSD.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3665&tr2=1.3666&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/mf/GNUmakefile.diff?tr1=1.163&tr2=1.164&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3665 lilypond/ChangeLog:1.3666
--- lilypond/ChangeLog:1.3665   Thu May 26 19:15:07 2005
+++ lilypond/ChangeLog  Thu May 26 19:57:34 2005
@@ -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  <[EMAIL PROTECTED]>
 
        * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
Index: lilypond/mf/GNUmakefile
diff -u lilypond/mf/GNUmakefile:1.163 lilypond/mf/GNUmakefile:1.164
--- lilypond/mf/GNUmakefile:1.163       Fri May  6 08:23:23 2005
+++ lilypond/mf/GNUmakefile     Thu May 26 19:57:35 2005
@@ -162,7 +162,7 @@
 # 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
 


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to