diff options
Diffstat (limited to 'gcc/build-make')
-rw-r--r-- | gcc/build-make | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/build-make b/gcc/build-make index f9049ae0db9..1e40dd71b92 100644 --- a/gcc/build-make +++ b/gcc/build-make @@ -22,9 +22,7 @@ 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 - -# Don't run fixproto either +STMP_FIXINC = STMP_FIXPROTO = # Cause installation using install-build. We do nothing here. |