Move -I${DESTDIR}/usr/include/gnu up, before

-I${DESTDIR}/usr/include to pick correct regex.h
This commit is contained in:
Andrey A. Chernov 2004-03-05 01:47:03 +00:00
parent 4090bd1140
commit a11a407515
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126622
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# $FreeBSD$
# must be before -I${DESTDIR}/usr/include
CFLAGS+= -I${DESTDIR}/usr/include/gnu
.include "../Makefile.inc0"
.PATH: ${SRCDIR}/gas
@ -10,7 +13,6 @@ WARNS?= 2
CFLAGS+= -DBFD_ASSEMBLER
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
CFLAGS+= -I${.CURDIR}
CFLAGS+= -I${DESTDIR}/usr/include/gnu
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
DPADD= ${RELTOP}/libiberty/libiberty.a
LDADD= ${DPADD}

View File

@ -1,6 +1,9 @@
# ex:ts=8
# $FreeBSD$
# must be before -I${DESTDIR}/usr/include
CFLAGS+= -I${DESTDIR}/usr/include/gnu
.include "../Makefile.inc0"
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
@ -58,7 +61,6 @@ CFLAGS+= -DDEFAULT_BFD_ARCH=bfd_${GDB_CPU}_arch
CFLAGS+= -I${.CURDIR}/${TARGET_ARCH}
CFLAGS+= -I${SRCDIR}/binutils -I${SRCDIR}/bfd
CFLAGS+= -I${GDBDIR}/gdb -I${GDBDIR}/gdb/config
CFLAGS+= -I${DESTDIR}/usr/include/gnu
CFLAGS+= -I$(.CURDIR)
YFLAGS=