diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-11 20:27:27 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-11 20:27:27 +0000 |
commit | c94dd38cc7fe0ec74ad95516eb6a8c3efe9d0fc6 (patch) | |
tree | 7d33cea74e868708fb9f352567d349e01cc65ac6 /chapter06/adjustingtoolchain.xml | |
parent | 73f7c1acf9ed425883e6471ae49adff6e403aa58 (diff) |
Minor textual and command changes from lfs-dev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/adjustingtoolchain.xml')
-rw-r--r-- | chapter06/adjustingtoolchain.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml index eef803d7d..b7a1d1d5e 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -12,7 +12,7 @@ retained the source and build directories from the second pass over Binutils. Install the adjusted linker scripts by running the following from within the <filename class="directory">binutils-build</filename> directory:</para> -<para><screen><userinput>make -C ld INSTALL=/tools/bin/install install-data-local</userinput></screen></para> +<para><screen><userinput>make -C ld install-data-local</userinput></screen></para> <para>The linker scripts now contain no mention of <filename class="directory">/tools/lib</filename> anymore. |