diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-14 22:44:36 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-14 22:44:36 +0000 |
| commit | 0931d97ff32bf9152c7376af6597e24858510512 (patch) | |
| tree | 151af74c5c7e248f358dc1bda85e3af598de6910 | |
| parent | 440976accd977739442f0a47bf5f607661b84211 (diff) | |
Notes
| -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 5ee331717dc8..5589d82e79cf 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 |
