diff options
Diffstat (limited to 'chapter05/binutils-inst.xml')
-rw-r--r-- | chapter05/binutils-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/binutils-inst.xml b/chapter05/binutils-inst.xml index 910cb6bae..ba383cdef 100644 --- a/chapter05/binutils-inst.xml +++ b/chapter05/binutils-inst.xml @@ -9,9 +9,9 @@ it comes with.</para> <para>Install Binutils by running the following commands:</para> -<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput> -<userinput>make LDFLAGS=-all-static tooldir=$LFS/usr &&</userinput> -<userinput>make tooldir=$LFS/usr install</userinput></screen></para> +<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls && +make LDFLAGS=-all-static tooldir=$LFS/usr && +make tooldir=$LFS/usr install</userinput></screen></para> </sect2> |