From 2568fc8cab1ae56548490cc8b08934b8d5ac912d Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 5 Jul 2010 12:43:03 +0200 Subject: [PATCH] Lilypond-book regtest: Fix build dependencies (variable renamed by Jan) --- input/regression/lilypond-book/GNUmakefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.39.2