summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-01 14:44:00 +0000
committerbde <bde@FreeBSD.org>1998-05-01 14:44:00 +0000
commit141ed304a3a9cc9f06e8a431b0561e34811c7cc0 (patch)
tree35fb6709fed52b2335710c1f6a9ed64abd324855 /gnu
parentcf6a14c047cb280c51348fec91fc957ad799e9e6 (diff)
downloadFreeBSD-src-141ed304a3a9cc9f06e8a431b0561e34811c7cc0.zip
FreeBSD-src-141ed304a3a9cc9f06e8a431b0561e34811c7cc0.tar.gz
Fixed apparent bitrot (`=' changed to `?=') in the definition of BINDIR
in the previous commit. Just don't define it here at all. This works now that the default is inherited properly.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile3
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 8937114..5e0b755 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.31 1998/03/19 15:21:19 bde Exp $
+# $Id: Makefile,v 1.32 1998/04/30 08:03:49 dfr Exp $
PROG = gdb
@@ -15,7 +15,6 @@ BFDDIR= ${.CURDIR}/../bfd
CFLAGS+= -DFREEBSD_ELF
.endif
-BINDIR?= /usr/bin
XSRCS = annotate.c blockframe.c breakpoint.c buildsym.c c-lang.c \
c-typeprint.c c-valprint.c ch-lang.c ch-typeprint.c \
ch-valprint.c coffread.c command.c complaints.c copying.c \
diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile
index 8937114..5e0b755 100644
--- a/gnu/usr.bin/gdb/gdb/Makefile
+++ b/gnu/usr.bin/gdb/gdb/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.31 1998/03/19 15:21:19 bde Exp $
+# $Id: Makefile,v 1.32 1998/04/30 08:03:49 dfr Exp $
PROG = gdb
@@ -15,7 +15,6 @@ BFDDIR= ${.CURDIR}/../bfd
CFLAGS+= -DFREEBSD_ELF
.endif
-BINDIR?= /usr/bin
XSRCS = annotate.c blockframe.c breakpoint.c buildsym.c c-lang.c \
c-typeprint.c c-valprint.c ch-lang.c ch-typeprint.c \
ch-valprint.c coffread.c command.c complaints.c copying.c \
OpenPOWER on IntegriCloud