Call CTFMERGE only when WITH_CTF is defined.
This commit is contained in:
parent
b7027a72fa
commit
2bcf67d3be
@ -201,7 +201,7 @@ ${KMOD}.kld: ${OBJS}
|
||||
${FULLPROG}: ${OBJS}
|
||||
.endif
|
||||
${LD} ${LDFLAGS} -r -d -o ${.TARGET} ${OBJS}
|
||||
.if !defined(NO_CTF)
|
||||
.if defined(WITH_CTF)
|
||||
${CTFMERGE} ${CTFFLAGS} -o ${.TARGET} ${OBJS}
|
||||
.endif
|
||||
.if defined(EXPORT_SYMS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user