From e074bae6e2dc48a7fe26b7df35a82e96716ecb93 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 18 Nov 2015 21:14:36 +0000 Subject: Fix order of bison and flex needed by new flex version git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bison.xml | 6 ++++++ chapter06/chapter06.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 8087dbc44..79f556d66 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -52,9 +52,15 @@ make + + + There is a circular dependency between bison and flex with regard to + the checks. If desired, after installing flex in the next section, the + bison checks can be run with make check. Install the package: diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 1a09c3b17..765b916ef 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -44,8 +44,8 @@ - + -- cgit v1.2.3-54-g00ecf