From fef03960e4473f466066c8e0bd79729a7417758c Mon Sep 17 00:00:00 2001 From: dyoung Date: Thu, 6 Oct 2005 21:39:41 +0000 Subject: [PATCH] Ensure we don't build the libraries twice: move the .WAIT after the first subdirectory that uses the libraries. That subdirectory is bootxx_ffsv1, not bootxx_cd9660. --- sys/arch/i386/stand/bootxx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/bootxx/Makefile b/sys/arch/i386/stand/bootxx/Makefile index 631520314fb6..785864464788 100644 --- a/sys/arch/i386/stand/bootxx/Makefile +++ b/sys/arch/i386/stand/bootxx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2005/10/06 08:22:58 dyoung Exp $ +# $NetBSD: Makefile,v 1.9 2005/10/06 21:39:41 dyoung Exp $ -SUBDIR= bootxx_cd9660 .WAIT bootxx_ffsv1 bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2 +SUBDIR= bootxx_cd9660 bootxx_ffsv1 .WAIT bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2 SUBDIR+=bootxx_msdos bootxx_ustarfs LIBOBJ:= ${.OBJDIR}