summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-08-30 02:01:07 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-08-30 02:01:07 +0000
commit0e94cd8261fe536964fffd519b21b6efcbc41702 (patch)
tree7f1839321dd2f59613ddb38b88fca253e4f27a5f /gnu/usr.bin/binutils
parent8deb7ff0b0393b45f5e77e90c23f2ba28402e179 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile4
1 files changed, 2 insertions, 2 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