Deleted Added
full compact
2c2
< # $Id: Makefile,v 1.6 1995/09/22 14:14:26 phk Exp $
---
> # $Id: Makefile,v 1.7 1995/10/02 16:37:16 wollman Exp $
4a5,7
> #First, so that we get cp/tree.c and cp/expr.c instead of the C version
> .PATH: ${.CURDIR}/../../../../contrib/gcc/cp
>
6c9,12
< SRCS = call.c class.c cvt.c decl.c decl2.c edsel.c errfn.c error.c except.c expr.c gc.c init.c lex.c method.c parse.c pt.c ptree.c search.c sig.c spew.c tree.c typeck.c typeck2.c xref.c
---
> SRCS = parse.c \
> call.c class.c cvt.c decl.c decl2.c edsel.c errfn.c \
> error.c except.c expr.c gc.c init.c lex.c method.c pt.c \
> ptree.c repo.c search.c sig.c spew.c tree.c typeck.c typeck2.c xref.c
11a18
> CFLAGS+= -I. # I mean it.
12a20,25
> parse.c parse.h: parse.y
> ${BISON} -d ${GCCDIR}/cp/parse.y -o parse.c
> grep '^#define[ ]*YYEMPTY' parse.c >>parse.h
>
> CLEANFILES+= parse.c parse.h
>