diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-09-03 18:39:05 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-09-03 18:39:05 +0000 |
commit | 73734b69295a30b84d2564cb57e7c53165af8cb6 (patch) | |
tree | a2dc3dd6cd4c48d0910750c4871419fd3d12c0d3 /chapter05 | |
parent | fd895bf6a78fa11c11feb14689ebc3455acb5d9d (diff) |
Fixed a command typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 3a464f58d..89259c831 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -54,7 +54,7 @@ command like this: <userinput>time { ./configure ... && ... <para>Now prepare Binutils for compilation:</para> -<screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools +<screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \ --disable-nls</userinput></screen> <para>The meaning of the configure options:</para> |