Fix another typoe in the definition of DTrace SOBJS.
MFC after: 3 days
This commit is contained in:
parent
04c241ea2d
commit
6b2edf61bd
@ -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//}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user