From: Reinhold Kainhofer Date: Mon, 5 Jul 2010 10:43:03 +0000 (+0200) Subject: Lilypond-book regtest: Fix build dependencies (variable renamed by Jan) X-Git-Tag: release/2.13.27-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2568fc8cab1ae56548490cc8b08934b8d5ac912d;p=lilypond.git Lilypond-book regtest: Fix build dependencies (variable renamed by Jan) --- diff --git a/input/regression/lilypond-book/GNUmakefile b/input/regression/lilypond-book/GNUmakefile index 1fff6c4e64..a1e5bdc3b7 100644 --- a/input/regression/lilypond-book/GNUmakefile +++ b/input/regression/lilypond-book/GNUmakefile @@ -3,11 +3,7 @@ depth = ../../.. STEPMAKE_TEMPLATES=documentation texinfo LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc lilypond-book -ifndef LILYBOOK_OUT_FILES -LILYBOOK_OUT_FILES = "" -endif - -COLLATED_FILES = $(LILYBOOK_OUT_FILES) +COLLATED_FILES = $(OUT_FILES) include $(depth)/make/stepmake.make