summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc4
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index ecbf066..b8fc6de 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc,v 1.34 1999/07/28 07:22:08 obrien Exp $
+# $Id: Makefile.inc,v 1.35 1999/07/29 09:49:29 obrien Exp $
#
.include "../Makefile.inc"
@@ -8,8 +8,6 @@
.if !defined(GCCDIR)
GCCDIR= ${.CURDIR}/../../../../contrib/egcs/gcc
-YACC= bison
-
.if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
GCC_ARCH=mips
.else
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile
index 0cc873d..5ee3317 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile
+++ b/gnu/usr.bin/cc/cc1plus/Makefile
@@ -1,11 +1,13 @@
#
-# $Id: Makefile,v 1.15 1999/07/28 07:19:38 obrien Exp $
+# $Id: Makefile,v 1.16 1999/07/28 07:22:05 obrien Exp $
#
.include "../Makefile.inc"
.PATH: ${GCCDIR}/cp
+YACC= bison
+
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 \
OpenPOWER on IntegriCloud