Move -I${DESTDIR}/usr/include/gnu up, before
-I${DESTDIR}/usr/include to pick correct regex.h
This commit is contained in:
parent
933ffc135a
commit
fd3d860ed8
@ -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}
|
||||
|
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user