diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-02-28 06:33:17 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-02-28 06:33:17 +0000 |
commit | fac78e6dd67e701d1da871f77c862793772830be (patch) | |
tree | d51f38f32c3473febffb121d1243193d7186b90f /chapter06/bison.xml | |
parent | 4d2dd2eddd186eb50abc91ef55855ae3a9461c56 (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.xml | 2 |
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' >> config.h</userinput></screen> +<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' >> lib/config.h</userinput></screen> <para>Compile the package:</para> |