FAST_DEPEND: Add header dependency missed in r290629.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-01-19 22:42:01 +00:00
parent 9ee7889344
commit 6b94fc0cd9

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