diff options
author | obrien <obrien@FreeBSD.org> | 1999-08-16 09:55:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-08-16 09:55:16 +0000 |
commit | 07419aec715eccc813e53ff53f4dd3dfe4c1298a (patch) | |
tree | 10483b762c809aefc3b583bbcfda49b5cac47361 /gnu | |
parent | 90a5109c16c32f86f9a2c8968a2e4abf85d71ed3 (diff) | |
download | FreeBSD-src-07419aec715eccc813e53ff53f4dd3dfe4c1298a.zip FreeBSD-src-07419aec715eccc813e53ff53f4dd3dfe4c1298a.tar.gz |
Rev 1.36 also includes functional chagnes I intended to commit seperately.
Configuration header inclusion has been moved around to reduce diffs from
the offical GCC distribution. We now generate the same ``tm.h'' produced by
gcc's `configure' script [minus all the "#ifdef IN_GCC"'s].
Jeff Law of EGCS/Cygus says the new "approved" way of doing configure-related
includes is to list them all in ``tm.h'' rather than having the architure
config headers include large numbers of other configure headers.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index e5f8b31..f1be311 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.35 1999/08/14 22:40:01 obrien Exp $ +# $Id: Makefile,v 1.36 1999/08/16 04:10:44 obrien Exp $ # # This could probably be merged with ../cc_int/Makefile, but bsd.lib.mk |