diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-26 15:08:48 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-26 15:08:48 +0000 |
commit | 79f742006fa38a4e10793229983d312dee128427 (patch) | |
tree | 3fdbc45a5f2a97b62c3e5d8a1ff528496739aeb9 /chapter05/binutils-pass2.xml | |
parent | 942465e12e2f82e6ff0fcf130cc49b8aa306c8f9 (diff) |
Fixed typo in binutils pass2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7310 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index ebc0f30e7..cc9cdcb6a 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -80,6 +80,8 @@ cd ../binutils-build</userinput></screen> <para>Install the package:</para> +<screen><userinput>make install</userinput></screen> + <para>Now prepare the linker for the <quote>Re-adjusting</quote> phase in the next chapter:</para> @@ -87,7 +89,6 @@ cd ../binutils-build</userinput></screen> make -C ld LDFLAGS="-s" LIB_PATH=/usr/lib:/lib cp -v ld/ld-new /tools/bin</userinput></screen> -<screen><userinput>make install</userinput></screen> </sect2> |