BINFORMAT -> OBJFORMAT ready for E-day. I tossed a coin to decide this

one. We'll probably need to revisit gdb after E-day.
This commit is contained in:
John Birrell 1998-08-30 02:01:07 +00:00
parent 8deb7ff0b0
commit 0e94cd8261
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.33 1998/05/01 14:44:00 bde Exp $
# $Id: Makefile,v 1.34 1998/05/04 17:56:22 bde Exp $
PROG = gdb
@ -11,7 +11,7 @@ BFDDIR= ${.CURDIR}/../bfd
.PATH: ${GDBDIR}/gdb
.PATH: ${GDBDIR}/opcodes
.if ${BINFORMAT} == elf
.if ${OBJFORMAT} == elf
CFLAGS+= -DFREEBSD_ELF
.endif

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.33 1998/05/01 14:44:00 bde Exp $
# $Id: Makefile,v 1.34 1998/05/04 17:56:22 bde Exp $
PROG = gdb
@ -11,7 +11,7 @@ BFDDIR= ${.CURDIR}/../bfd
.PATH: ${GDBDIR}/gdb
.PATH: ${GDBDIR}/opcodes
.if ${BINFORMAT} == elf
.if ${OBJFORMAT} == elf
CFLAGS+= -DFREEBSD_ELF
.endif