summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gdbserver
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-04-26 17:34:05 +0000
committerPaul Traina <pst@FreeBSD.org>1997-04-26 17:34:05 +0000
commite620a3be198428712b536cdeafaa290b7087db0b (patch)
treeffc4d1e60d5f24213454c2306378ba86c271a445 /gnu/usr.bin/binutils/gdbserver
parentc76e95c3c74ff228916233bbdf2351292d5b3e77 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/gdbserver')
-rw-r--r--gnu/usr.bin/binutils/gdbserver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/gdbserver/Makefile b/gnu/usr.bin/binutils/gdbserver/Makefile
index acac9e05ce38..73abac881616 100644
--- a/gnu/usr.bin/binutils/gdbserver/Makefile
+++ b/gnu/usr.bin/binutils/gdbserver/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $
+# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:50 pst Exp $
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/gdb/gdbserver
@@ -11,7 +11,7 @@ BINDIR= /usr/bin
SRCS= remote-utils.c utils.c server.c
SRCS+= low-fbsd.c
-CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd
+CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd
CFLAGS+=-DNO_MMALLOC
.include <bsd.prog.mk>