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

PR:		172440
Approved by:	marcel (mentor)
This commit is contained in:
Simon J. Gerraty 2012-11-22 04:53:09 +00:00
parent a58de88b0c
commit 3b0cfc13df

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= @: