Inherit BINDIR properly.

This commit is contained in:
bde 1998-05-01 14:48:06 +00:00
parent 141ed304a3
commit 786ba30d95
4 changed files with 4 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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