diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-08 01:33:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-08 01:33:14 +0000 |
commit | 595ff030f090ddc0d826d7339f680a9012c37e29 (patch) | |
tree | 527589fea37f824af5940ccd883102e1611d46d2 /chapter07 | |
parent | fcc027677da55c41dcaea045f5b9ff8b088e6495 (diff) |
Tweaks to cross2 book
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/expect.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter07/expect.xml b/chapter07/expect.xml index 20b227ea5..b298a55f2 100644 --- a/chapter07/expect.xml +++ b/chapter07/expect.xml @@ -50,8 +50,7 @@ <para>Prepare Expect for compilation:</para> -<screen><userinput remap="configure"> -./configure --prefix=/usr \ +<screen><userinput remap="configure">./configure --prefix=/usr \ --with-tcl=/usr/lib \ --enable-shared \ --mandir=/usr/share/man \ |