local.meta.sys.mk skip OBJTOP for host

It was already done by local.meta.sys.env.mk
This commit is contained in:
Simon J. Gerraty 2023-04-22 17:59:12 -07:00
parent 66e8f1f7d3
commit 3483454556

View File

@ -10,7 +10,9 @@ MK_INSTALL_AS_USER= yes
# to be consistent with src/Makefile just concatenate with '.'s
TARGET_OBJ_SPEC:= ${TARGET_SPEC:S;,;.;g}
.if ${MACHINE} != "host"
OBJTOP:= ${OBJROOT}${TARGET_OBJ_SPEC}
.endif
.if defined(MAKEOBJDIR)
.if ${MAKEOBJDIR:M/*} == ""