From 9593f0a4fb415a05a4cbaad3ed1f2880ecb62cab Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Tue, 23 Aug 2011 18:10:15 +0200 Subject: [PATCH] MusicXML testsuite: Fix compilation for out-of-source builds... --- input/regression/musicxml/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index 101abd10c4..440bf266db 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -16,7 +16,7 @@ include $(depth)/make/stepmake.make TITLE=Unofficial MusicXML test suite AUTHOR=Reinhold Kainhofer TEST_SUITE_VERSION=0.1 -LILYPOND_BOOK_FLAGS += --load-custom-package=book-musicxml-testsuite.py +LILYPOND_BOOK_FLAGS += --load-custom-package=$(src-dir)/book-musicxml-testsuite.py # This breaks since *.tex and *.texi still contains ac/lily-xxxxxx references! #LILYPOND_BOOK_FLAGS += --use-source-file-names -- 2.39.2