Deleted Added
full compact
1c1
< # $FreeBSD: head/gnu/usr.bin/cc/cc1/Makefile 94328 2002-04-10 01:48:47Z obrien $
---
> # $FreeBSD: head/gnu/usr.bin/cc/cc1/Makefile 96340 2002-05-10 08:54:50Z obrien $
5c5
< .PATH: ${GCCDIR}
---
> .PATH: ../cc_tools ${GCCDIR}
8,10c8
< SRCS= c-parse.y c-lang.c
< # Ugh, compiled twice...
< SRCS+= c-decl.c c-lex.c
---
> SRCS= main.c c-parse.c c-lang.c c-decl.c
13c11
< NOSHARED=yes
---
> NOSHARED?=yes
22c20,21
< c-parse.y: c-parse.in
---
> .ORDER: c-parse.c
> c-parse.c: c-parse.in
26c25,29
< ${.ALLSRC} > ${.TARGET}
---
> ${GCCDIR}/c-parse.in > c-parse.y
> ${YACC} -o c-parse.c.in c-parse.y
> sed -e "s/malloc/xmalloc/g" \
> -e "s/realloc/xrealloc/g" \
> c-parse.c.in >c-parse.c
28,29c31
< CLEANFILES+= c-parse.y
< #-----------------------------------------------------------------------
---
> CLEANFILES+= c-parse.c c-parse.y # insurance