aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark Peek <mp@FreeBSD.org>2002-06-29 18:19:53 +0000
committerMark Peek <mp@FreeBSD.org>2002-06-29 18:19:53 +0000
commit0d8ba9a6576c06bbb6a95cc7823ff6ceb3b764cb (patch)
treeba010d5307db870ab6893da803bc86557bbe9f4b /gnu
parent378df785283cf934539cca2e5ec7ad0d3ad74681 (diff)
downloadsrc-0d8ba9a6576c06bbb6a95cc7823ff6ceb3b764cb.tar.gz
src-0d8ba9a6576c06bbb6a95cc7823ff6ceb3b764cb.zip
Reflect new gdb directory structure.
Notes
Notes: svn path=/head/; revision=99080
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdbreplay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdbreplay/Makefile b/gnu/usr.bin/binutils/gdbreplay/Makefile
index 7a7d3562950f..ef1ff5369dd7 100644
--- a/gnu/usr.bin/binutils/gdbreplay/Makefile
+++ b/gnu/usr.bin/binutils/gdbreplay/Makefile
@@ -14,7 +14,7 @@ NOMAN= yes
SRCS= gdbreplay.c
-CFLAGS+= -I${.CURDIR}/../gdb/${MACHINE_ARCH}
+CFLAGS+= -I${.CURDIR}/../gdb
CFLAGS+= -I${GDBDIR}/gdb
CFLAGS+= -I${GDBDIR}/gdb/config
CFLAGS+= -I${GDBDIR}/gdb/gdbserver