diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-04-29 17:42:42 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-04-29 17:42:42 +0000 |
| commit | 967f56899623fceed1c38fb8a0baf080edae1383 (patch) | |
| tree | e456e3759b7ec2d51b77229f609d2aaad513f961 /lib/libstand | |
| parent | 692411eecee557fc2c7388ed4a02a45df9a7ed1e (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -rw-r--r-- | lib/libstand/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 4d1f087d9ba7..c7daea1ca12a 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 |
