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 --- chapter06/bison.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') 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: -- cgit v1.2.3-54-g00ecf