diff options
-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> |