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