diff options
author | jb <jb@FreeBSD.org> | 1998-08-30 02:01:07 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-08-30 02:01:07 +0000 |
commit | ae7da114f69b8d4627e1dd62d66a33aaa3340443 (patch) | |
tree | 56dd25d67f1c769485f1fea43542853be098f48e /gnu | |
parent | e6edac6dacf20f8ae61584889afeaa2545b227ea (diff) | |
download | FreeBSD-src-ae7da114f69b8d4627e1dd62d66a33aaa3340443.zip FreeBSD-src-ae7da114f69b8d4627e1dd62d66a33aaa3340443.tar.gz |
BINFORMAT -> OBJFORMAT ready for E-day. I tossed a coin to decide this
one. We'll probably need to revisit gdb after E-day.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 4 | ||||
-rw-r--r-- | 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 9a90c02..b359387 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 9a90c02..b359387 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 |