META_MODE: Don't define the default MAKEOBJDIR twice. Just expand the default.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2015-09-17 00:17:32 +00:00
parent 512d79f0ab
commit abfb45e613

View File

@ -23,8 +23,8 @@ MAKEOBJDIRPREFIX=
MAKEOBJDIR=${_default_makeobjdir}
# export but do not track
.export-env MAKEOBJDIR
# now for our own use
MAKEOBJDIR= ${.CURDIR:S,${SRCTOP},${OBJTOP},}
# Expand for our own use
MAKEOBJDIR:= ${MAKEOBJDIR}
.endif
.endif
.if !empty(SB)