From b865d686917f3a21e21d3f05562c202f78f21091 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 19 Nov 2007 23:12:20 -0200 Subject: [PATCH] Typo: mxl vs mlx. --- input/regression/musicxml/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index 3240bceae3..ae9d27a768 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -6,5 +6,5 @@ LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml include $(depth)/make/stepmake.make TITLE=Lilypond musicxml2ly Regression Tests -MXL_FILES := $(call src-wildcard,*.mlx) -EXTRA_DIST_FILES += $(MXL_FILES) \ No newline at end of file +MXL_FILES := $(call src-wildcard,*.mxl) +EXTRA_DIST_FILES += $(MXL_FILES) -- 2.39.5