diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-05-01 14:48:06 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-05-01 14:48:06 +0000 |
| commit | cca078f55ec3cae035c589bf0e51019cddf1bf88 (patch) | |
| tree | a7caf69f2f7ecef05cdf5f4a07b24d1cb064cb50 /gnu/usr.bin/binutils | |
| parent | 2b3c4dd72c9a68a590cfa66e6bf72b2a5e86ab8b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/gdbreplay/Makefile | 3 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gdbserver/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/gdbreplay/Makefile b/gnu/usr.bin/binutils/gdbreplay/Makefile index a7b6f512a2ef..1d93cc3875de 100644 --- a/gnu/usr.bin/binutils/gdbreplay/Makefile +++ b/gnu/usr.bin/binutils/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/binutils/gdbserver/Makefile b/gnu/usr.bin/binutils/gdbserver/Makefile index 73abac881616..366f1b7396b8 100644 --- a/gnu/usr.bin/binutils/gdbserver/Makefile +++ b/gnu/usr.bin/binutils/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 |
