Inherit BINDIR properly.
This commit is contained in:
parent
141ed304a3
commit
786ba30d95
@ -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,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,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,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
|
||||
|
Loading…
Reference in New Issue
Block a user