diff options
author | bde <bde@FreeBSD.org> | 1999-07-04 15:51:39 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-07-04 15:51:39 +0000 |
commit | 1f3f20e6c089b818d78a2f9f59b37f6b6dec8eef (patch) | |
tree | a2fe2222b6143f247525de638d270fb181483439 /gnu | |
parent | 5e316e4deea9446421f35469f8b81aaa05573dbe (diff) | |
download | FreeBSD-src-1f3f20e6c089b818d78a2f9f59b37f6b6dec8eef.zip FreeBSD-src-1f3f20e6c089b818d78a2f9f59b37f6b6dec8eef.tar.gz |
Don't override the (correct) default for BINDIR.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/c++filt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/c++filt/Makefile b/gnu/usr.bin/cc/c++filt/Makefile index 2707496..96bbd1f 100644 --- a/gnu/usr.bin/cc/c++filt/Makefile +++ b/gnu/usr.bin/cc/c++filt/Makefile @@ -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)\" |