Move MKMODULESENV+= *after* MKMODULESENV=

This commit is contained in:
Peter Wemm 2001-08-03 00:01:13 +00:00
parent b2c17e333e
commit d74dddff88
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81078

View file

@ -270,14 +270,14 @@ install.debug: modules-install.debug
reinstall: modules-reinstall
reinstall.debug: modules-reinstall.debug
.endif
.if defined(DEBUG)
MKMODULESENV+= DEBUG="${DEBUG}" DEBUG_FLAGS="${DEBUG}"
.endif
MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${KODIR}
.if defined(MODULES_OVERRIDE)
MKMODULESENV+= MODULES_OVERRIDE="${MODULES_OVERRIDE}"
.endif
.if defined(DEBUG)
MKMODULESENV+= DEBUG="${DEBUG}" DEBUG_FLAGS="${DEBUG}"
.endif
MKMODULESENV+= MACHINE=pc98
modules: