diff --git a/chapter05/bison.xml b/chapter05/bison.xml index e6ed2a7f8..3ed86713a 100644 --- a/chapter05/bison.xml +++ b/chapter05/bison.xml @@ -46,8 +46,6 @@ Prepare Bison for compilation: ./configure --prefix=/usr \ - --build=$(build-aux/config.guess) \ - --host=$LFS_TGT \ --docdir=/usr/share/doc/bison-&bison-version; @@ -69,7 +67,7 @@ Install the package: -make DESTDIR=$LFS install +make install diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 771ba53cc..e12bba837 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -22,8 +22,6 @@ - - @@ -46,6 +44,8 @@ + + diff --git a/chapter05/flex.xml b/chapter05/flex.xml index 5761e82e5..88e263413 100644 --- a/chapter05/flex.xml +++ b/chapter05/flex.xml @@ -46,36 +46,34 @@ Prepare Flex for compilation: ./configure --prefix=/usr \ - --host=$LFS_TGT \ - --build=$(build-aux/config.guess) \ - --disable-bootstrap \ --docdir=/usr/share/doc/flex-&flex-version; + Compile the package: make Install the package: -make DESTDIR=$LFS install +make install