diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-29 20:16:28 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-29 20:16:28 +0000 |
commit | e30bc19d79cdcb592ee1c22ec48781183becdeae (patch) | |
tree | d71b78c6a1ab18e5e54120ff58160f2e0f79a066 /chapter06/binutils-inst.xml | |
parent | 70364ce147a973ed066fb15f926119bd38e1e2f4 (diff) |
removed -e from install commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils-inst.xml')
-rw-r--r-- | chapter06/binutils-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml index 1002d09c3..987568096 100644 --- a/chapter06/binutils-inst.xml +++ b/chapter06/binutils-inst.xml @@ -3,9 +3,9 @@ <para>Install Binutils by running the following commands:</para> <para><screen><userinput>./configure --prefix=/usr --enable-shared &&</userinput> -<userinput>make -e tooldir=/usr &&</userinput> -<userinput>make -e tooldir=/usr install &&</userinput> -<userinput>make -e tooldir=/usr install-info</userinput></screen></para> +<userinput>make tooldir=/usr &&</userinput> +<userinput>make tooldir=/usr install &&</userinput> +<userinput>make tooldir=/usr install-info</userinput></screen></para> </sect2> |