]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: Bison is a required dependency again (issue 3577).
authorJulien Rioux <julien.rioux@uni-konstanz.de>
Tue, 1 Oct 2013 09:42:14 +0000 (11:42 +0200)
committerJulien Rioux <julien.rioux@gmail.com>
Mon, 7 Oct 2013 19:38:55 +0000 (21:38 +0200)
Documentation/GNUmakefile
configure.ac
lily/GNUmakefile

index 836213ff8d9ba5e65fbf7d56fd3f6cd6bf42243a..0af6fa083f4b32344977b929bb779b26113f1a20 100644 (file)
@@ -7,8 +7,6 @@ depth = ..
 #############
 ### Variables
 
-OUT_DIST_FILES = $(outdir)/ly-grammar.txt
-
 NAME = documentation
 LANGS = $(shell $(PYTHON) $(top-src-dir)/python/langdefs.py)
 SUBDIRS = logo pictures misc po css topdocs \
index 3922dd15277d20452e952b6f4f8e75a74d223b57..008befe4ec06f01a1f3b9b01945a3f336d92222c 100644 (file)
@@ -120,7 +120,7 @@ STEPMAKE_LIB(REQUIRED)
 STEPMAKE_DLOPEN
 # Do not use bison 1.50 and 1.75.
 # 1.29 is required fr %locations, but I'm not sure it's enough --ns
-STEPMAKE_BISON(OPTIONAL, 1.29)
+STEPMAKE_BISON(REQUIRED, 1.29)
 STEPMAKE_FLEX(REQUIRED)
 STEPMAKE_FLEXLEXER(REQUIRED)
 STEPMAKE_FLEXLEXER_LOCATION
index ba19ac9559e90cd2a4f16e668df11a482c7dcb59..6d9afd770c4ed991e520c84e33d6f1d43029042f 100644 (file)
@@ -10,8 +10,6 @@ MODULE_INCLUDES= $(depth)/flower/include
 HELP2MAN_EXECS = lilypond
 STEPMAKE_TEMPLATES=c c++ executable po help2man
 
-OUT_DIST_FILES=$(addprefix $(outdir)/,parser.hh parser.cc)
-
 include $(depth)/make/stepmake.make
 
 ifeq ($(LINK_GXX_STATICALLY),yes)