diff options
author | obrien <obrien@FreeBSD.org> | 2000-01-11 10:37:38 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-01-11 10:37:38 +0000 |
commit | 882cc3f153fa4d135c7307ddb7324520674d1174 (patch) | |
tree | 586d2d76bf7167ccfcb19913b611f3ad25336fc1 /gnu | |
parent | dfec3bcff15876bc71bb876b2370a253cda20842 (diff) | |
download | FreeBSD-src-882cc3f153fa4d135c7307ddb7324520674d1174.zip FreeBSD-src-882cc3f153fa4d135c7307ddb7324520674d1174.tar.gz |
Drop the use of Bison for Byacc now that we don't need to depend on the
--broken-undeftoken-init Bison 1.25 bug.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/cc1plus/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile index 2f27946..b157b82 100644 --- a/gnu/usr.bin/cc/cc1plus/Makefile +++ b/gnu/usr.bin/cc/cc1plus/Makefile @@ -4,8 +4,6 @@ .PATH: ${GCCDIR}/cp -YACC= bison --broken-undeftoken-init - PROG= cc1plus SRCS= parse.c parse.h SRCS+= call.c class.c cvt.c decl.c decl2.c errfn.c error.c except.c expr.c \ |