Optimisation: replace ${_D:R} with just ${_D}.

MFC after:	3 weeks
This commit is contained in:
Rui Paulo 2014-07-12 01:06:29 +00:00
parent bd08cbb81a
commit d8b631554e

View File

@ -137,9 +137,9 @@ ${_D}.o: ${_D}.h ${_DSRC} ${OBJS} ${SOBJS}
${OBJS:S/${_D}.o//} ${SOBJS:S/${_D}.o//}
CLEANFILES+= ${_D}.h ${_D}.o
.if defined(PROG)
OBJS+= ${_D:R}.o
OBJS+= ${_D}.o
.else
SOBJS+= ${_D:R}.o
SOBJS+= ${_D}.o
.endif
.endfor
.endfor