aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-05-01 14:44:00 +0000
committerBruce Evans <bde@FreeBSD.org>1998-05-01 14:44:00 +0000
commit2b3c4dd72c9a68a590cfa66e6bf72b2a5e86ab8b (patch)
tree0343b144f14c3e9d559b43a13ea655e110f8fe2d /gnu/usr.bin/gdb
parentb2198963be25eb6cb84ac06ca719ebc9a776989b (diff)
downloadsrc-2b3c4dd72c9a68a590cfa66e6bf72b2a5e86ab8b.tar.gz
src-2b3c4dd72c9a68a590cfa66e6bf72b2a5e86ab8b.zip
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.
Notes
Notes: svn path=/head/; revision=35587
Diffstat (limited to 'gnu/usr.bin/gdb')
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile
index 8937114b181b..5e0b755b8bed 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 \