Optimisation: replace ${_D:R} with just ${_D}.
MFC after: 3 weeks
This commit is contained in:
parent
bd08cbb81a
commit
d8b631554e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user