summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-04-13 20:35:33 +0000
committerbdrewery <bdrewery@FreeBSD.org>2017-04-13 20:35:33 +0000
commitb7b23dd99755c419e88f55009a6130bdb97a7d97 (patch)
treee804fa7f14c29f345a6bf93bb89f727749a1a22b
parent3b4e58c660c30bec20042008071e109508d6e410 (diff)
downloadFreeBSD-src-b7b23dd99755c419e88f55009a6130bdb97a7d97.zip
FreeBSD-src-b7b23dd99755c419e88f55009a6130bdb97a7d97.tar.gz
MFC r315459:
kmod: Fix depending on ILINKS for tracked DEPENDOBJS.
-rw-r--r--sys/conf/kmod.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 1855f25..f780972 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -274,7 +274,7 @@ beforebuild: ${_ILINKS}
# causes all the modules to be rebuilt when the directory pointed to changes.
.for _link in ${_ILINKS}
.if !exists(${.OBJDIR}/${_link})
-${OBJS}: ${_link}
+OBJS_DEPEND_GUESS+= ${_link}
.endif
.endfor
OpenPOWER on IntegriCloud