aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bison.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-02-28 06:33:17 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-02-28 06:33:17 +0000
commitfac78e6dd67e701d1da871f77c862793772830be (patch)
treed51f38f32c3473febffb121d1243193d7186b90f /chapter06/bison.xml
parent4d2dd2eddd186eb50abc91ef55855ae3a9461c56 (diff)
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
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r--chapter06/bison.xml2
1 files changed, 1 insertions, 1 deletions
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:</para>
-<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' &gt;&gt; config.h</userinput></screen>
+<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' &gt;&gt; lib/config.h</userinput></screen>
<para>Compile the package:</para>