diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-01-31 16:19:36 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-01-31 16:19:36 +0000 |
commit | e1c388239f1a6c01668a31a737333741ae913a00 (patch) | |
tree | 796bc13b30b0f53a9549cea36848a906f03e3794 /chapter05/glibc.xml | |
parent | f1dd5475c93b2464957212d8e81b94d5b5af9630 (diff) |
Fix a leftover reference to glibc-build
Text updates.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10995 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index a7278e337..765e31532 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -58,7 +58,7 @@ cd build</userinput></screen> <screen><userinput remap="configure">../configure \ --prefix=/tools \ --host=$LFS_TGT \ - --build=$(../glibc-&glibc-version;/scripts/config.guess) \ + --build=$(../scripts/config.guess) \ --disable-profile \ --enable-kernel=&min-kernel; \ --enable-obsolete-rpc \ |