diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-11-10 22:27:24 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-11-10 22:27:24 +0000 |
commit | 30852f216708552475cf6d2103452a6d61a85898 (patch) | |
tree | eb2edda2b47dbc79bf387aa84e06e8b7e220173f /chapter06/glibc.xml | |
parent | 00f4d68741cf9420f03ff67e75ab7c9921adc931 (diff) |
Minor markup fix. Fixes #2787.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9415 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 3430fa6c7..b727ee98f 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -94,7 +94,7 @@ unset DL</userinput></screen> <para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para> -<screen><userinput>patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> <para>Fix a bug that prevents Glibc from building with versions of Make newer than 3.81.</para> |