summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorhe <he@NetBSD.org>2006-11-18 20:19:24 +0000
committerhe <he@NetBSD.org>2006-11-18 20:19:24 +0000
commitf60bf42ff698e9e69213d8b5cb4fa24fff799775 (patch)
tree99086bddc156d846d480c298d2600f5d847e8b90 /gnu/usr.bin
parentfed56885105c0a5676e58f3d8acc8250b402ad07 (diff)
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.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gdb6/sim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb6/sim/Makefile b/gnu/usr.bin/gdb6/sim/Makefile
index 3369450e30a..2e3d818815d 100644
--- a/gnu/usr.bin/gdb6/sim/Makefile
+++ b/gnu/usr.bin/gdb6/sim/Makefile
@@ -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>