From 4c6d59e042a94c06b6a1481df52e6872fe073a9e Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 18 Apr 2005 21:10:38 +0000 Subject: As with kernel-depend, rm the DEPENDFILE before modules-depend. --- sys/conf/kmod.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') 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. -- cgit v1.1