From 0e94cd8261fe536964fffd519b21b6efcbc41702 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sun, 30 Aug 1998 02:01:07 +0000 Subject: [PATCH] BINFORMAT -> OBJFORMAT ready for E-day. I tossed a coin to decide this one. We'll probably need to revisit gdb after E-day. --- gnu/usr.bin/binutils/gdb/Makefile | 4 ++-- gnu/usr.bin/gdb/gdb/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 9a90c02f8b6..b35938700e7 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -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 diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile index 9a90c02f8b6..b35938700e7 100644 --- a/gnu/usr.bin/gdb/gdb/Makefile +++ b/gnu/usr.bin/gdb/gdb/Makefile @@ -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