diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-03-04 20:36:18 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-03-04 20:36:18 +0000 |
| commit | 44fc52d2ac56fa54a5f00c546e9c36bfcb8c33c7 (patch) | |
| tree | 593cb8434b5023ec639b7401e3dfbcb78091d4d9 /gnu/usr.bin | |
| parent | edf075d0859ebb62ffd0f3d97006414cc4bc28e9 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile.inc0 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0 index 4d3d6130f2c4..b778b096535f 100644 --- a/gnu/usr.bin/binutils/Makefile.inc0 +++ b/gnu/usr.bin/binutils/Makefile.inc0 @@ -24,6 +24,8 @@ CFLAGS+= -I${.CURDIR}/${TARGET_ARCH} .endif CFLAGS+= -I${.CURDIR} CFLAGS+= -I${.CURDIR}/${RELTOP}/libbfd/${TARGET_ARCH} +# to pick right getopt.h +CFLAGS+= -I${DESTDIR}/usr/include CFLAGS+= -I${SRCDIR}/include .if exists(${.CURDIR}/${TARGET_ARCH}) |
