Only use Bison to generate cc1plus's parse code.

This commit is contained in:
David E. O'Brien 1999-08-01 15:44:51 +00:00
parent 8e70e7d663
commit c4dfebb2a6
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 \