summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-04-29 17:37:01 +0000
committerru <ru@FreeBSD.org>2008-04-29 17:37:01 +0000
commit8ee970a831b56ae1f52bedff13ef513b9c660201 (patch)
treeb4165bba7cdf987df1388722422a060792d8aaab /lib
parent6f0b87d389b2daa2667a634de7d33de247ff13da (diff)
downloadFreeBSD-src-8ee970a831b56ae1f52bedff13ef513b9c660201.zip
FreeBSD-src-8ee970a831b56ae1f52bedff13ef513b9c660201.tar.gz
Don't forget to clean the "machine" symlink on amd64, otherwise bad
things may happen. Reported by: phk MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libstand/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 5464f9c..4d1f087 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -146,6 +146,9 @@ SRCS+= splitfs.c
${SRCS:M*.c:R:S/$/.o/g}: machine
beforedepend: machine
+cleandepend: cleanmachine
+cleanmachine:
+ rm -f machine
machine:
ln -s ${.CURDIR}/../../sys/i386/include machine
OpenPOWER on IntegriCloud