mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
_setjmp.o was missing a dependency on "machine".
This commit is contained in:
parent
692411eece
commit
967f568996
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178664
@ -143,9 +143,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user