aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/gcc-inst.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index ef16aa6cb..e8eb824c3 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -82,6 +82,10 @@
</itemizedlist>
</para></listitem>
+<listitem><para>September 5th, 2003 [jeremy]: Chapter 6 - GCC:
+Corrected wording to reflect the removal of the /usr/lib/cpp symlink
+</listitem></para>
+
<listitem><para>September 5th, 2003 [jeremy]: Corrected perl libc patch to -2,
changing the old /stage1 structure to /tools</para></listitem>
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml
index e0602ccc5..5895d3b33 100644
--- a/chapter06/gcc-inst.xml
+++ b/chapter06/gcc-inst.xml
@@ -66,8 +66,8 @@ known ones):</para>
<para><screen><userinput>make install</userinput></screen></para>
<para>Some packages expect the C PreProcessor to be installed in the
-<filename>/lib</filename> and <filename>/usr/lib</filename> directories.
-To honor those packages, create two symlinks:</para>
+<filename>/lib</filename> directory.
+To honor those packages, create this symlink:</para>
<para><screen><userinput>ln -s ../usr/bin/cpp /lib</userinput></screen></para>