]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: do not dist ily files twice.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 16 Nov 2008 19:43:12 +0000 (17:43 -0200)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 16 Nov 2008 19:43:12 +0000 (17:43 -0200)
input/regression/musicxml/GNUmakefile

index 92f44b68176f0d052b3e2cc248567b94728829f4..1bd76c5f17391a35326f52bb7919a02dce8ad97d 100644 (file)
@@ -8,7 +8,6 @@ TITLE=Lilypond musicxml2ly Regression Tests
 
 ILY_FILES = $(call src-wildcard,*.ily)
 EXTRA_OUT_LY_FILES = ${ILY_FILES:%.ily=$(outdir)/%.ly}
-EXTRA_DIST_FILES += $(ILY_FILES)
 
 
 include $(depth)/make/stepmake.make