summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-04-18 21:10:38 +0000
committerobrien <obrien@FreeBSD.org>2005-04-18 21:10:38 +0000
commit4c6d59e042a94c06b6a1481df52e6872fe073a9e (patch)
treeeb3e5f12684a0d8ff232eac955fdb044bc8ba3e6 /sys
parent8e5cb227ae2e16c00330d1ac4cda0283c63ae3cc (diff)
downloadFreeBSD-src-4c6d59e042a94c06b6a1481df52e6872fe073a9e.zip
FreeBSD-src-4c6d59e042a94c06b6a1481df52e6872fe073a9e.tar.gz
As with kernel-depend, rm the DEPENDFILE before modules-depend.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/kmod.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 77a728f..417a394 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -194,7 +194,8 @@ _ILINKS+=${MACHINE_ARCH}
all: objwarn ${PROG}
-beforedepend: ${_ILINKS}
+beforedepend: ${_ILINKS} cleandepend
+beforedepend: cleandepend
# Ensure that the links exist without depending on it when it exists which
# causes all the modules to be rebuilt when the directory pointed to changes.
OpenPOWER on IntegriCloud