aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bison.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-05-06 13:04:34 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-05-06 13:04:34 +0000
commitc911069f9a951e8f378f6b50d1b4f92fe168f114 (patch)
treebc5209cd5b23daa168680494b44aec35a7a4f9db /chapter05/bison.xml
parentb454589fa6e9dcb0c386d9f84f6d181884230c62 (diff)
Move bison and flex to chroot, they do not need themselves for being built
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11838 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bison.xml')
-rw-r--r--chapter05/bison.xml4
1 files changed, 1 insertions, 3 deletions
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 @@
<para>Prepare Bison for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
- --build=$(build-aux/config.guess) \
- --host=$LFS_TGT \
--docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>
<variablelist>
@@ -69,7 +67,7 @@
<para>Install the package:</para>
-<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
+<screen><userinput remap="install">make install</userinput></screen>
</sect2>