Don't override the (correct) default for BINDIR.

This commit is contained in:
Bruce Evans 1999-07-04 15:51:39 +00:00
parent 1e455c280e
commit 636c549064
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48562

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.5 1999/03/05 04:55:03 obrien Exp $
# $Id: Makefile,v 1.5 1999/04/04 16:36:31 obrien Exp $
#
.include "../Makefile.inc"
@ -8,7 +8,6 @@
PROG = c++filt
SRCS = cplus-dem.c getopt.c getopt1.c underscore.c
BINDIR= /usr/bin
NOMAN= 1
CFLAGS+= -DMAIN -DIN_GCC -DVERSION=\"$(version)\"