diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-17 03:47:37 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-17 03:47:37 +0000 |
commit | b920e4019adadb724acdac833e4d117211eac8fa (patch) | |
tree | fad3e62fb76278e7b830af0ee991fe60064a49f9 /chapter05 | |
parent | 40f4d66b82bb74116615e3559ac41b9f21b553e6 (diff) |
Fix my typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2830 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass1-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml index 15c219f51..7d7532cd9 100644 --- a/chapter05/gcc-pass1-inst.xml +++ b/chapter05/gcc-pass1-inst.xml @@ -37,7 +37,7 @@ cd ../gcc-build</userinput></screen></para> purpose of this switch is to remove <filename>/usr/local/include</filename> from <userinput>gcc</userinput>'s include search path. This is not absolutely essential; however, we want to try to minimize the influence of the host -system, thus making this is a sensible thing to do.</para></listitem> +system, thus making this a sensible thing to do.</para></listitem> <listitem><para><userinput>--enable-shared</userinput>: This switch may seem counter-intuitive at first. But using it allows the building of |