CTFCONVERT_CMD=... hack does not work sufficiently well in parallel builds.

Put a bandaid until make(1) is taught to ignore empty commands.
This commit is contained in:
fjoe 2011-11-29 20:06:27 +00:00
parent d235e86b9e
commit 7570c54af7

View File

@ -192,7 +192,7 @@ COMPRESS_EXT?= .gz
.if defined(WITH_CTF)
CTFCONVERT_CMD= ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
.else
CTFCONVERT_CMD= ...
CTFCONVERT_CMD= @:
.endif
.if !defined(_WITHOUT_SRCCONF)