Browse Source

patch filename fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2495 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 years ago
parent
commit
aa7aa252f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter05/gcc-pass1-inst.xml

+ 1 - 1
chapter05/gcc-pass1-inst.xml

@@ -13,7 +13,7 @@ default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting
 or modifying them when building GCC.</para>
 
 <para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch
-patch -Np1 -i ../gcc-&gcc-version;-no_fixedincludes.patch
+patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch
 patch -Np1 -i ../gcc-&gcc-version;-libstdc++_no_debug.patch
 patch -Np1 -i ../gcc-&gcc-version;-libgcc_no_debug.patch</userinput></screen></para>