diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-09-28 23:24:12 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-09-28 23:24:12 +0000 |
commit | ba55ccaf4df45e31a384e0166be5997d60610231 (patch) | |
tree | 000069a394233e92554ace1921e1b60d4aaddcd1 /gcc/build-make | |
parent | c8628597725fac22e192acf016a46709e311b159 (diff) | |
download | gcc-ba55ccaf4df45e31a384e0166be5997d60610231.tar.gz |
(FIXINCLUDES): Set to Makefile.in.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8159 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/build-make')
-rw-r--r-- | gcc/build-make | 4 |
1 files changed, 4 insertions, 0 deletions
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 |