Fix another typoe in the definition of DTrace SOBJS.

MFC after:	3 days
This commit is contained in:
Rui Paulo 2014-08-11 21:14:08 +00:00
parent 04c241ea2d
commit 6b2edf61bd

View File

@ -139,7 +139,7 @@ ${_D}.o: ${_D}.h ${OBJS:S/${_D}.o//}
${OBJS:S/${_D}.o//} ${OBJS:S/${_D}.o//}
.if defined(LIB) .if defined(LIB)
CLEANFILES+= ${_D}.So ${_D}.po CLEANFILES+= ${_D}.So ${_D}.po
${_D}.So: ${_D.h} ${SOBJS:S/${_D}.So//} ${_D}.So: ${_D}.h ${SOBJS:S/${_D}.So//}
${DTRACE} -xnolibs -G -o ${.TARGET} -s ${.CURDIR}/${_DSRC} \ ${DTRACE} -xnolibs -G -o ${.TARGET} -s ${.CURDIR}/${_DSRC} \
${SOBJS:S/${_D}.So//} ${SOBJS:S/${_D}.So//}
${_D}.po: ${_D}.h ${POBJS:S/${_D}.po//} ${_D}.po: ${_D}.h ${POBJS:S/${_D}.po//}