tests: print error locations verbosely
[minix.git] / external / gpl3 / gcc / usr.bin / Makefile
blob2b759844ab3182ab387efbf0afb75822aee5b6c2
1 # $NetBSD: Makefile,v 1.3 2011/06/29 01:57:59 mrg Exp $
3 NOOBJ=# defined
5 .include <bsd.own.mk>
7 .if ${MKGCC} != "no" && exists(${.CURDIR}/gcc/arch/${MACHINE_ARCH}/defs.mk)
9 # We keep libcpp here since it depends upon frontend.
11 SUBDIR+= host-libiberty .WAIT \
12 backend .WAIT \
13 frontend .WAIT \
14 libcpp libdecnumber gcov .WAIT \
15 cc1 cc1obj cc1plus cpp g++ gcc \
16 include
18 .include <bsd.subdir.mk>
20 .else
21 # Do nothing. (PROG undefined)
22 .include <bsd.prog.mk>
23 .endif