From ba1811f11fe84a6d13d47e898f08fb38dedb91da Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 14 Jan 1993 20:10:31 +0000 Subject: Build include files in build directory when doing make all. From-SVN: r3242 --- gcc/cross-make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/cross-make') diff --git a/gcc/cross-make b/gcc/cross-make index 5af66f0..80bcbcf 100644 --- a/gcc/cross-make +++ b/gcc/cross-make @@ -13,11 +13,11 @@ RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET) # Dir to search for system headers. Normally /usr/include. SYSTEM_HEADER_DIR = $(tooldir)/include -# Cause installation using install-cross. -INSTALL_TARGET = install-cross - # Don't try to compile the things we can't compile. ALL = all.cross +# Use cross-compiler version of float.h. +FLOAT_H = $(CROSS_FLOAT_H) + # Don't install assert.h in /usr/local/include. assertdir = $(tooldir)/include -- cgit v1.1