From: Erlend Aasland Date: Sun, 9 Apr 2006 22:37:42 +0000 (+0000) Subject: * mf/GNUmakefile: fix for mftrace version >= 1.2.0 X-Git-Tag: release/2.9.3~72 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=51fbf32d508004e411fc0ed6d79f9ee33b7c3603;p=lilypond.git * mf/GNUmakefile: fix for mftrace version >= 1.2.0 --- diff --git a/ChangeLog b/ChangeLog index 7eee6ad969..f36a1024c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-10 Erlend Aasland + + * mf/GNUmakefile: fix for mftrace version >= 1.2.0 + 2006-04-09 Jan Nieuwenhuizen * scm/define-context-properties.scm (all-user-translation-properties): diff --git a/mf/GNUmakefile b/mf/GNUmakefile index b19b3400d1..872b5a83f7 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -138,7 +138,7 @@ tree-regen: ${MAKE} -C $(top-build-dir) link-mf-tree pfa_warning: -ifneq ($(shell $(MFTRACE) --version | sed 's/ .*//'),mftrace) +ifneq ($(shell $(MFTRACE) --version | head -n 1 | sed 's/ .*//'),mftrace) @echo "" @echo "ERROR: mftrace not found" @echo ""