NetBSD/gnu/usr.bin/gdb6/sim/Makefile
he f60bf42ff6 Insert a .WAIT between ppc (which makes -lpsim) and psim itself, in an
attempt to fix the build failures exposed by autobuild doing -j 8.
2006-11-18 20:19:24 +00:00

12 lines
265 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/11/18 20:19:24 he Exp $
.include <bsd.own.mk>
# PSIM support for PowerPC.
.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
${MACHINE_ARCH} == powerpc64
SUBDIR+= ppc .WAIT psim
.endif
.include <bsd.subdir.mk>