diff options
author | bde <bde@FreeBSD.org> | 1998-05-01 14:48:06 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-05-01 14:48:06 +0000 |
commit | 786ba30d95ec9fa84d0d838c1a6440cc0b982344 (patch) | |
tree | 8dc0c6911b3af7a63ad5629881c050fd9a0891c8 /gnu/usr.bin/gdb | |
parent | 141ed304a3a9cc9f06e8a431b0561e34811c7cc0 (diff) | |
download | FreeBSD-src-786ba30d95ec9fa84d0d838c1a6440cc0b982344.zip FreeBSD-src-786ba30d95ec9fa84d0d838c1a6440cc0b982344.tar.gz |
Inherit BINDIR properly.
Diffstat (limited to 'gnu/usr.bin/gdb')
-rw-r--r-- | gnu/usr.bin/gdb/gdbreplay/Makefile | 3 | ||||
-rw-r--r-- | gnu/usr.bin/gdb/gdbserver/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/gdb/gdbreplay/Makefile b/gnu/usr.bin/gdb/gdbreplay/Makefile index a7b6f51..1d93cc3 100644 --- a/gnu/usr.bin/gdb/gdbreplay/Makefile +++ b/gnu/usr.bin/gdb/gdbreplay/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:22 pst Exp $ +# $Id: Makefile,v 1.2 1997/04/26 17:34:04 pst Exp $ GDBDIR= ${.CURDIR}/../../../../contrib/gdb .PATH: ${GDBDIR}/gdb/gdbserver @@ -6,7 +6,6 @@ GDBDIR= ${.CURDIR}/../../../../contrib/gdb .PATH: ${GDBDIR}/opcodes PROG= gdbreplay -BINDIR= /usr/bin NOMAN= yes SRCS= gdbreplay.c diff --git a/gnu/usr.bin/gdb/gdbserver/Makefile b/gnu/usr.bin/gdb/gdbserver/Makefile index 73abac8..366f1b7 100644 --- a/gnu/usr.bin/gdb/gdbserver/Makefile +++ b/gnu/usr.bin/gdb/gdbserver/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:50 pst Exp $ +# $Id: Makefile,v 1.2 1997/04/26 17:34:05 pst Exp $ GDBDIR= ${.CURDIR}/../../../../contrib/gdb .PATH: ${GDBDIR}/gdb/gdbserver @@ -6,7 +6,6 @@ GDBDIR= ${.CURDIR}/../../../../contrib/gdb .PATH: ${GDBDIR}/opcodes PROG= gdbserver -BINDIR= /usr/bin SRCS= remote-utils.c utils.c server.c SRCS+= low-fbsd.c |