diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-06 00:53:10 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-06 00:53:10 +0000 |
commit | e7e559020fbfcd06854e79e664a6bc7632a373b6 (patch) | |
tree | a96720b1576696428ceb6f38435296eb08a3c6da /chapter06/gcc-inst.xml | |
parent | 917e8427d68519695cee64dee89ac03c8a3b426c (diff) |
Corrected text for gcc chapter 6 cpp symlinks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |