MFC: 1.60: Don't forget to clean the "machine" symlink on amd64.

1.61: _setjmp.o was missing a dependency on "machine".
This commit is contained in:
Ruslan Ermilov 2008-05-04 11:58:25 +00:00
parent f30263760b
commit 71e4a98b18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/7/; revision=178760

View File

@ -143,9 +143,10 @@ SRCS+= splitfs.c
.include <bsd.lib.mk>
.if ${MACHINE_ARCH} == "amd64"
${SRCS:M*.c:R:S/$/.o/g}: machine
beforedepend: machine
beforedepend ${OBJS}: machine
cleandepend: cleanmachine
cleanmachine:
rm -f machine
machine:
ln -s ${.CURDIR}/../../sys/i386/include machine