diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 12:20:21 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 12:20:21 +0000 |
commit | 39856701509ee06ddcc95fd811ad7b27c4a8ecf9 (patch) | |
tree | 193ce5f8f27faf1d383078d3450456c59feae753 /chapter05/gcc-pass2-inst.xml | |
parent | 6a616bc4cf9f01594aa508ee8e10d5634e71037d (diff) |
Appendix A and Entities cleanup.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index e4f4febfb..71eadbaa0 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -33,8 +33,8 @@ same working directory. They will all unfold into a single <para>First correct one problem and make an essential adjustment:</para> -<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-2.patch -patch -Np1 -i ../gcc-&gcc-specs-version;.patch</userinput></screen></para> +<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-nofixincludes-patch-version;.patch +patch -Np1 -i ../gcc-&gcc-specs-patch-version;.patch</userinput></screen></para> <para>The first patch disables the GCC "fixincludes" script. We mentioned this briefly earlier, but a slightly more in-depth explanation of the fixincludes |