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 @@ Install Binutils by running the following commands: ./configure --prefix=/usr --enable-shared && -make -e tooldir=/usr && -make -e tooldir=/usr install && -make -e tooldir=/usr install-info +make tooldir=/usr && +make tooldir=/usr install && +make tooldir=/usr install-info