diff options
Diffstat (limited to 'gnu/usr.bin/cc/cc1plus/Makefile')
-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 |