diff options
author | ru <ru@FreeBSD.org> | 2008-04-29 17:37:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2008-04-29 17:37:01 +0000 |
commit | 8ee970a831b56ae1f52bedff13ef513b9c660201 (patch) | |
tree | b4165bba7cdf987df1388722422a060792d8aaab /lib | |
parent | 6f0b87d389b2daa2667a634de7d33de247ff13da (diff) | |
download | FreeBSD-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/Makefile | 3 |
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 |