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.
This commit is contained in:
parent
0dbca227cf
commit
fef03960e4
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue