From d371356136764bffb46090f2a1a15560bc6dac5b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 28 Sep 1994 19:24:12 -0400 Subject: [PATCH] (FIXINCLUDES): Set to Makefile.in. From-SVN: r8159 --- gcc/build-make | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/build-make b/gcc/build-make index 584ec230665..1d6e18be6f8 100644 --- a/gcc/build-make +++ b/gcc/build-make @@ -19,6 +19,10 @@ HOST_ALLOCA=$(ALLOCA) HOST_MALLOC=$(MALLOC) HOST_OBSTACK=$(OBSTACK) +# To build the native compiler with the cross compiler, the headers +# for the target are already fixed. And /usr/include is for host, not +# target. +FIXINCLUDES=Makefile.in # Cause installation using install-build. We do nothing here. INSTALL_TARGET = install-build -- 2.30.2