From 62909d965ac5cfe1727712ca6a22be3bfc31892e Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 29 Sep 2002 22:59:15 +0000 Subject: fixed gcc nofixincludes patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2156 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-inst.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chapter05/gcc-inst.xml') diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml index 150faca41..997b7b7fb 100644 --- a/chapter05/gcc-inst.xml +++ b/chapter05/gcc-inst.xml @@ -15,9 +15,7 @@ been warned. Install GCC by running the following commands: patch -Np1 -i ../gcc-&gcc-patch-version;.patch && -cp gcc/Makefile.in{,.backup} && -sed '/$(SHELL) .\/fixinc.sh/d' \ -    gcc/Makefile.in.backup > gcc/Makefile.in && +patch -Np1 -i ../gcc-3.2-nofixincludes-2.patch && mkdir ../gcc-build && cd ../gcc-build && ../gcc-&gcc-version;/configure --prefix=/static --enable-languages=c \ -- cgit v1.2.3-54-g00ecf