diff options
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 \ |