diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-22 23:56:16 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-22 23:56:16 +0000 |
commit | d962702a7c316b338f9497598e1401fed71b28b3 (patch) | |
tree | 7b56abcb82de81827ebb36aed65d6a468a767c0c /chapter05/binutils-pass2.xml | |
parent | 5618bb7f5a8a93ec99c98044ee412c87414db204 (diff) |
Small entity cleanups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3182 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 7617470c4..5b521f033 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -21,7 +21,7 @@ cd ../binutils-build</userinput></screen> <para>Now prepare Binutils for compilation:</para> -<screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \ +<screen><userinput>../&binutils-dir;/configure --prefix=/tools \ --enable-shared --with-lib-path=/tools/lib</userinput></screen> <para>The meaning of the new configure option:</para> |