Inherit BINDIR properly.

This commit is contained in:
Bruce Evans
1998-05-01 14:48:06 +00:00
parent 2b3c4dd72c
commit cca078f55e
4 changed files with 4 additions and 8 deletions
+1 -2
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
+1 -2
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
+1 -2
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
+1 -2
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