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:
Max Khon 2011-11-29 20:06:27 +00:00
parent d0ed1ea4b7
commit 1a5d0ec1d0

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)