summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-04-29 17:42:42 +0000
committerru <ru@FreeBSD.org>2008-04-29 17:42:42 +0000
commit6cd344813fbede1e1e7b076455b6337874f70684 (patch)
treee456e3759b7ec2d51b77229f609d2aaad513f961 /lib/libstand
parent8ee970a831b56ae1f52bedff13ef513b9c660201 (diff)
downloadFreeBSD-src-6cd344813fbede1e1e7b076455b6337874f70684.zip
FreeBSD-src-6cd344813fbede1e1e7b076455b6337874f70684.tar.gz
_setjmp.o was missing a dependency on "machine".
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 4d1f087..c7daea1 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -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
OpenPOWER on IntegriCloud