diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-08 23:25:04 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-08 23:25:04 +0000 |
commit | fd132b023178e9cd6af2647f3b49e6c674370e2a (patch) | |
tree | 7caac64bdf07719216838789a1b0333db9569277 /chapter05/binutils-inst.xml | |
parent | afeca3f4959c8222eafb114e3f7b340287b850fe (diff) |
aestetic change
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-inst.xml')
-rw-r--r-- | chapter05/binutils-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-inst.xml b/chapter05/binutils-inst.xml index 55beb8d9f..813621471 100644 --- a/chapter05/binutils-inst.xml +++ b/chapter05/binutils-inst.xml @@ -14,7 +14,7 @@ warned.</para> <para><screen><userinput>mkdir ../binutils-build && cd ../binutils-build && ../binutils-&binutils-version;/configure --prefix=$LFS/usr --disable-nls && -make LDFLAGS=-all-static tooldir=$LFS/usr && +make tooldir=$LFS/usr LDFLAGS=-all-static && make tooldir=$LFS/usr install</userinput></screen></para> </sect2> |