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:
Rui Paulo 2014-08-11 22:43:44 +00:00
parent 8a152f97e7
commit 17b227229c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269844

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}