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:
parent
fed5688510
commit
f60bf42ff6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue