diff options
author | obrien <obrien@FreeBSD.org> | 1999-08-14 22:44:36 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-08-14 22:44:36 +0000 |
commit | 8470008abd88d471f91e202e9d9b6ca6d88338f2 (patch) | |
tree | 326b0d9bad97324307f30e68ab8e66c15a9ca1f8 | |
parent | 033405c2575370dee6aa91a3feae69cc3bd8cbb7 (diff) | |
download | FreeBSD-src-8470008abd88d471f91e202e9d9b6ca6d88338f2.zip FreeBSD-src-8470008abd88d471f91e202e9d9b6ca6d88338f2.tar.gz |
Use Bison with "--broken-undeftoken-init".
-rw-r--r-- | gnu/usr.bin/cc/cc1plus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile index 5ee3317..5589d82 100644 --- a/gnu/usr.bin/cc/cc1plus/Makefile +++ b/gnu/usr.bin/cc/cc1plus/Makefile @@ -1,12 +1,12 @@ # -# $Id: Makefile,v 1.16 1999/07/28 07:22:05 obrien Exp $ +# $Id: Makefile,v 1.17 1999/08/01 15:44:51 obrien Exp $ # .include "../Makefile.inc" .PATH: ${GCCDIR}/cp -YACC= bison +YACC= bison --broken-undeftoken-init PROG = cc1plus SRCS = parse.c parse.h |