From d0d3ff23f72291b0f414c1d2fa10882c6bb47e50 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 19 Jan 2016 22:42:01 +0000 Subject: [PATCH] FAST_DEPEND: Add header dependency missed in r290629. Sponsored by: EMC / Isilon Storage Division --- sys/conf/kmod.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk index 819a955fe69..77c893c8c60 100644 --- a/sys/conf/kmod.mk +++ b/sys/conf/kmod.mk @@ -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