From 2bdb87fe2e522c1319d804f6fc3e6d4d87db1136 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 22 Apr 2005 17:39:58 +0000 Subject: [PATCH] Revert a mistake borrowed from kern.post.mk that has just been fixed. --- sys/conf/kmod.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk index b48a9a8f2b2..2e6b7cf68eb 100644 --- a/sys/conf/kmod.mk +++ b/sys/conf/kmod.mk @@ -195,7 +195,6 @@ _ILINKS+=${MACHINE_ARCH} all: objwarn ${PROG} beforedepend: ${_ILINKS} -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.