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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/binutils-inst.xml b/chapter05/binutils-inst.xml
index 982b2da78..6e6d242d2 100644
--- a/chapter05/binutils-inst.xml
+++ b/chapter05/binutils-inst.xml
@@ -4,8 +4,8 @@
<para>Install Binutils by running the following commands:</para>
<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;</userinput>
-<userinput>make -e LDFLAGS=-all-static tooldir=$LFS/usr &amp;&amp;</userinput>
-<userinput>make -e tooldir=$LFS/usr install</userinput></screen></para>
+<userinput>make LDFLAGS=-all-static tooldir=$LFS/usr &amp;&amp;</userinput>
+<userinput>make tooldir=$LFS/usr install</userinput></screen></para>
</sect2>