]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo: mxl vs mlx.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 20 Nov 2007 01:12:20 +0000 (23:12 -0200)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 20 Nov 2007 01:12:20 +0000 (23:12 -0200)
input/regression/musicxml/GNUmakefile

index 3240bceae3f2efe758bce4d4b240effb11048e84..ae9d27a768ec517dad8c0cca4b6506580ce2ade5 100644 (file)
@@ -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)