diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-17 00:06:33 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-17 00:06:33 +0000 |
| commit | d43efc232bb0da774c2780d151d8d03ccc061d02 (patch) | |
| tree | dfe7aa1b8bb1316b58f35623c0fc7a449912d41d /gnu/usr.bin/binutils | |
| parent | c3e6ec868f8735053a0c643a6389e64ff2ff6af6 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 67e89243ce59..bd33327fb3c4 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -59,7 +59,7 @@ CFLAGS+= -I${.CURDIR}/${TARGET_ARCH} CFLAGS+= -I${SRCDIR}/binutils -I${SRCDIR}/bfd CFLAGS+= -I${GDBDIR}/gdb -I${GDBDIR}/gdb/config CFLAGS+= -I${.CURDIR}/../../../../../include/gnu -CFLAGS+= -I$(.CURDIR) -I${DESTDIR}/usr/include/readline +CFLAGS+= -I$(.CURDIR) YFLAGS= |
