FAST_DEPEND: Add header dependency missed in r290629.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
9ee7889344
commit
6b94fc0cd9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user