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.
This commit is contained in:
he 2006-11-18 20:19:24 +00:00
parent fed5688510
commit f60bf42ff6
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.2 2006/07/10 23:06:51 ross Exp $
# $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 psim
SUBDIR+= ppc .WAIT psim
.endif
.include <bsd.subdir.mk>