diff options
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 02854618d..25f809931 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -45,7 +45,7 @@ <para>GCC now requires the GMP and MPFR packages. As these packages may not be included in your host distribution, they will be built with - GCC.</para> + GCC:</para> <screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2 mv mpfr-&mpfr-version; mpfr |