mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 04:53:28 +00:00
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:
parent
f30263760b
commit
71e4a98b18
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/7/; revision=178760
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user