Revert r269839.

This doesn't work like I expected and the if clause is never matched.
It turns out that the problem with the older make is unrelated.

MFC after:	3 days
This commit is contained in:
rpaulo 2014-08-11 22:43:44 +00:00
parent dcd8c2c691
commit 9cc5beedc7

View File

@ -122,7 +122,7 @@ ${_YC:R}.o: ${_YC}
# DTrace probe definitions
# libelf is currently needed for drti.o
.if !empty(${SRCS:M*.d})
.if ${SRCS:M*.d}
LDFLAGS+= -lelf
LDADD+= ${LIBELF}
CFLAGS+= -D_DTRACE_VERSION=1 -I${.OBJDIR}