diff options
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> |