use "=" instead of ":=" where .OBJDIR is used because it might change

later in <bsd.obj.mk>, thanks to Alan Barrett for the hint
This commit is contained in:
drochner 2006-11-14 14:03:12 +00:00
parent 68f43d80fe
commit ff2890767a
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.6 2005/12/11 12:17:47 christos Exp $
# $NetBSD: Makefile,v 1.7 2006/11/14 14:03:12 drochner Exp $
SUBDIR= biosboot
LIBOBJ:= ${.OBJDIR}
LIBOBJ= ${.OBJDIR}
.MAKEOVERRIDES+= LIBOBJ
.include <bsd.subdir.mk>

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.10 2005/12/11 12:17:48 christos Exp $
# $NetBSD: Makefile,v 1.11 2006/11/14 14:03:12 drochner Exp $
SUBDIR= bootxx_cd9660 bootxx_ffsv1 .WAIT bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2
SUBDIR+=bootxx_msdos bootxx_ustarfs
LIBOBJ:= ${.OBJDIR}
LIBOBJ= ${.OBJDIR}
.MAKEOVERRIDES+= LIBOBJ
.include <bsd.subdir.mk>