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.
This commit is contained in:
Bruce Evans 1998-05-01 14:44:00 +00:00
parent b2198963be
commit 2b3c4dd72c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35587
2 changed files with 2 additions and 4 deletions

View file

@ -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 \

View file

@ -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 \