Deleted Added
full compact
2c2
< # $Id: Makefile,v 1.14 1997/02/22 15:44:57 peter Exp $
---
> # $Id: Makefile,v 1.17 1999/03/05 04:55:03 obrien Exp $
6,7c6,8
< SRCS= bc-emit.c bc-optab.c \
< c-common.c c-pragma.c \
---
> .PATH: ../cc_tools ${GCCDIR}/config/${MACHINE_ARCH} ${GCCDIR}
>
> SRCS= c-common.c c-pragma.c \
17a19,20
> alias.c bitmap.c dwarf2out.c dyn-string.c except.c \
> gcse.c genrtl.c profile.c regmove.c varray.c \
19a23,24
> CFLAGS+= -DTARGET_NAME=\"${MACHINE_ARCH}-unknown-freebsd\"
>