FAST_DEPEND: Add header dependency missed in r290629.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-01-19 22:42:01 +00:00
parent d3b887fd0d
commit d0d3ff23f7

View file

@ -456,7 +456,7 @@ cleandepend: cleanilinks
cleanilinks:
rm -f ${_ILINKS}
.if !exists(${.OBJDIR}/${DEPENDFILE})
.if ${MK_FAST_DEPEND} == "yes" || !exists(${.OBJDIR}/${DEPENDFILE})
${OBJS}: ${SRCS:M*.h}
.endif