Author: bdubbs
Date: 2010-02-27 23:33:17 -0700 (Sat, 27 Feb 2010)
New Revision: 9205

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/bison.xml
   trunk/BOOK/general.ent
Log:
Fix location of change to config.h in Bison

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-02-26 16:38:41 UTC (rev 9204)
+++ trunk/BOOK/chapter01/changelog.xml  2010-02-28 06:33:17 UTC (rev 9205)
@@ -37,6 +37,17 @@
 
 -->
     <listitem>
+      <para>2010-02-28</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] Fix location of change to config.h in Bison. 
+          Fixes
+          <ulink url="&lfs-ticket-root;2595">#2595</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2010-02-26</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/bison.xml
===================================================================
--- trunk/BOOK/chapter06/bison.xml      2010-02-26 16:38:41 UTC (rev 9204)
+++ trunk/BOOK/chapter06/bison.xml      2010-02-28 06:33:17 UTC (rev 9205)
@@ -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>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-02-26 16:38:41 UTC (rev 9204)
+++ trunk/BOOK/general.ent      2010-02-28 06:33:17 UTC (rev 9205)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-201002026">
-<!ENTITY releasedate "February 26, 2010">
+<!ENTITY version "SVN-201002028">
+<!ENTITY releasedate "February 28, 2010">
 <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to