From fac78e6dd67e701d1da871f77c862793772830be Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 28 Feb 2010 06:33:17 +0000 Subject: Fix location of change to config.h in Bison git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 11 +++++++++++ chapter06/bison.xml | 2 +- general.ent | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 768ceb60e..72cbb0df8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ --> + + 2010-02-28 + + + [bdubbs] Fix location of change to config.h in Bison. + Fixes + #2595. + + + + 2010-02-26 diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 9721be123..def441043 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -49,7 +49,7 @@ program is not already in $PATH. The following addition will correct this: -echo '#define YYENABLE_NLS 1' >> config.h +echo '#define YYENABLE_NLS 1' >> lib/config.h Compile the package: diff --git a/general.ent b/general.ent index 3de205ce8..90345b0cb 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + -- cgit v1.2.3-54-g00ecf