aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/binutils-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/binutils-inst.xml')
-rw-r--r--chapter05/binutils-inst.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter05/binutils-inst.xml b/chapter05/binutils-inst.xml
index 0a4954fce..329074627 100644
--- a/chapter05/binutils-inst.xml
+++ b/chapter05/binutils-inst.xml
@@ -29,10 +29,9 @@ static programs and nls often causes problems when you're linking
statically.</para></listitem>
</itemizedlist>
-<para>We'll finish off by compiling and installing the package:</para>
+<para>Continue with compiling the package:</para>
-<para><screen><userinput>make LDFLAGS="-all-static" &amp;&amp;
-make install</userinput></screen></para>
+<para><screen><userinput>make LDFLAGS="-all-static"</userinput></screen></para>
<para>The meaning of the make option is:</para>
@@ -46,5 +45,9 @@ are different ways of setting up the <emphasis>LDFLAGS</emphasis>
variable.</para></listitem>
</itemizedlist>
+<para>And finish off installing the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
+
</sect2>