diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-09-14 23:19:21 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-09-14 23:19:21 +0000 |
commit | a751c8d6e8ed93fbad6d02cc8a23582403e52245 (patch) | |
tree | 443c0970aec9bd524573602962925fa6e78b65f6 /chapter06/bison.xml | |
parent | 315476c9c2b4ae635c8c59d188188030cc38b90c (diff) |
Update to expat-2.2.8.
Update to bison-3.4.2.
Update to linux-5.2.14.
Update to openssl-1.1.1d.
Update to sysvinit-2.96.
Update to tzdata-2019c.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11672 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 05bf30cd4..00a4e78f7 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -42,7 +42,7 @@ <para>First, fix a build problem with the current version:</para> -<screen><userinput remap="pre">sed -i '6855 s/mv/cp/' Makefile.in</userinput></screen> +<screen><userinput remap="pre">sed -i '9327 s/mv/cp/' Makefile.in</userinput></screen> <para>Prepare Bison for compilation:</para> |