If .PARSEDIR is defined we have bmake, and CTFCONVERT_CMD can be empty.

PR:		172440
Approved by:	marcel (mentor)
This commit is contained in:
sjg 2012-11-22 04:53:09 +00:00
parent ab20e0c66f
commit 855b0bb00b

View File

@ -671,7 +671,7 @@ MK_${var}:= no
.if ${MK_CTF} != "no"
CTFCONVERT_CMD= ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
.elif defined(MAKE_VERSION) && ${MAKE_VERSION} >= 5201111300
.elif defined(.PARSEDIR) || (defined(MAKE_VERSION) && ${MAKE_VERSION} >= 5201111300)
CTFCONVERT_CMD=
.else
CTFCONVERT_CMD= @: