As with kernel-depend, rm the DEPENDFILE before modules-depend.

This commit is contained in:
obrien 2005-04-18 21:10:38 +00:00
parent bc7fd9c1fc
commit 8deb337703

View File

@ -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.