"Fix" the machine/lock.h problem in modules depend with a sledge hammer.

This forces bsd.dep.mk to rebuild the .depend file.
This commit is contained in:
Peter Wemm 2001-02-18 20:23:22 +00:00
parent 09c114bad3
commit 146a90334d

View File

@ -159,6 +159,7 @@ _ILINKS=@ machine
all: objwarn ${PROG} all-man _SUBDIR
beforedepend ${OBJS}: ${_ILINKS}
@rm -f .depend
# Search for kernel source tree in standard places.
.for _dir in ${.CURDIR}/../.. ${.CURDIR}/../../.. /sys /usr/src/sys