Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.
They may belong in /usr/libexec/{aout,elf}, but objformat doesn't support that. Fixed bogus `?=' assignments for BINDIR.
This commit is contained in:
parent
099d4ed135
commit
cc4fb50148
@ -1,12 +1,14 @@
|
||||
# $Id: Makefile,v 1.36 1998/08/30 02:46:35 jb Exp $
|
||||
# $Id: Makefile,v 1.37 1998/09/14 22:49:01 jdp Exp $
|
||||
|
||||
PROG = gdb
|
||||
|
||||
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
|
||||
.if ${OBJFORMAT} == elf
|
||||
BFDDIR= ${.CURDIR}/../../binutils/libbfd/${MACHINE_ARCH}
|
||||
BINDIR= /usr/libexec/elf
|
||||
.else
|
||||
BFDDIR= ${.CURDIR}/../bfd
|
||||
BINDIR= /usr/libexec/aout
|
||||
.endif
|
||||
.PATH: ${GDBDIR}/gdb
|
||||
.PATH: ${GDBDIR}/opcodes
|
||||
|
@ -1,13 +1,7 @@
|
||||
# $Id: Makefile.inc,v 1.4 1998/05/01 14:37:36 bde Exp $
|
||||
# $Id: Makefile.inc,v 1.5 1998/10/15 00:15:01 peter Exp $
|
||||
|
||||
CFLAGS+=-I${GDBDIR}/include -I${GDBDIR}/gdb -I${GDBDIR}/bfd
|
||||
CFLAGS+=-I${GDBDIR}/libiberty -I${GDBDIR}/gdb/config
|
||||
CFLAGS+=-DHAVE_CONFIG_H
|
||||
|
||||
.if ${OBJFORMAT} == elf
|
||||
BINDIR?= /usr/libexec/elf
|
||||
.else
|
||||
BINDIR?= /usr/libexec/aout
|
||||
.endif
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
@ -1,12 +1,14 @@
|
||||
# $Id: Makefile,v 1.36 1998/08/30 02:46:35 jb Exp $
|
||||
# $Id: Makefile,v 1.37 1998/09/14 22:49:01 jdp Exp $
|
||||
|
||||
PROG = gdb
|
||||
|
||||
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
|
||||
.if ${OBJFORMAT} == elf
|
||||
BFDDIR= ${.CURDIR}/../../binutils/libbfd/${MACHINE_ARCH}
|
||||
BINDIR= /usr/libexec/elf
|
||||
.else
|
||||
BFDDIR= ${.CURDIR}/../bfd
|
||||
BINDIR= /usr/libexec/aout
|
||||
.endif
|
||||
.PATH: ${GDBDIR}/gdb
|
||||
.PATH: ${GDBDIR}/opcodes
|
||||
|
Loading…
Reference in New Issue
Block a user