From 33f62e7951a7cc2cfb4adc6921bc570c6b2f455c Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 29 Jul 1999 09:49:29 +0000 Subject: [PATCH] Go back to using Bison for now, due to `make world' breakage. BTW, if our src/contrib/bison is upgraded from 1.25 to the current 1.27 offering, the build breaks exactly the same way.... --- gnu/usr.bin/cc/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index 2d4e77cef5c..ecbf066fa50 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc,v 1.33 1999/04/22 20:12:21 obrien Exp $ +# $Id: Makefile.inc,v 1.34 1999/07/28 07:22:08 obrien Exp $ # .include "../Makefile.inc" @@ -8,6 +8,8 @@ .if !defined(GCCDIR) GCCDIR= ${.CURDIR}/../../../../contrib/egcs/gcc +YACC= bison + .if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" GCC_ARCH=mips .else