diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-07-04 15:51:39 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-07-04 15:51:39 +0000 |
| commit | 636c54906490f074953cf9674dcf104c17673cdc (patch) | |
| tree | a9a566c1027bd09d0a54761b15fd58c991f58470 | |
| parent | 1e455c280e5d6bfa8a5136d2406be7491141e90a (diff) | |
Notes
| -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 27074966c527..96bbd1f597ae 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)\" |
