aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile4
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 9a90c02f8b63..b35938700e7f 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 9a90c02f8b63..b35938700e7f 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