diff options
| author | joerg <joerg@NetBSD.org> | 2011-04-15 13:42:22 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2011-04-15 13:42:22 +0000 |
| commit | b40ee85ab4028ff5b4a3753468556bdbfbde3df7 (patch) | |
| tree | 9108b75851a95c2df42459c7d48e6ef80a75429d /gnu/usr.bin | |
| parent | bf43e9474e6365bafc5eafd830cf1f399a689b69 (diff) | |
Move the headers for compiler and platform specific intrinsincs from
/usr/include to /usr/include/gcc-4.1.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gcc4/include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc4/include/Makefile b/gnu/usr.bin/gcc4/include/Makefile index 58e376ee89d..b6393187a26 100644 --- a/gnu/usr.bin/gcc4/include/Makefile +++ b/gnu/usr.bin/gcc4/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/03/30 07:27:08 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2011/04/15 13:42:23 joerg Exp $ .include "../Makefile.inc" @@ -14,7 +14,7 @@ mm_malloc.h: ${DIST}/gcc/config/i386/gmm_malloc.h CLEANFILES+= mm_malloc.h .endif -INCSDIR= /usr/include +INCSDIR= /usr/include/gcc-4.1 .include <bsd.prog.mk> |
