summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-08-14 22:19:29 +0000
committersjg <sjg@FreeBSD.org>2013-08-14 22:19:29 +0000
commit6c901ce0a876d561e03779bdf6269ed9a7e4c5c6 (patch)
treefc7a3ddaf0ce143a35dd74cca1a2b7dfa085229f /sys/conf
parentc71191e0d97a48198916f84fc4f1fd5c155af088 (diff)
downloadFreeBSD-src-6c901ce0a876d561e03779bdf6269ed9a7e4c5c6.zip
FreeBSD-src-6c901ce0a876d561e03779bdf6269ed9a7e4c5c6.tar.gz
Some objects - such as *_genassym.o are not hooked into
SRCS OBJS or anything else, yet have a dependency on symlinks such as machine/ Reviewed by: obrien
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/kern.post.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk
index cfacd5c..fd85af4 100644
--- a/sys/conf/kern.post.mk
+++ b/sys/conf/kern.post.mk
@@ -219,7 +219,7 @@ _ILINKS+= x86
# Ensure that the link exists without depending on it when it exists.
.for _link in ${_ILINKS}
.if !exists(${.OBJDIR}/${_link})
-${SRCS}: ${_link}
+${SRCS} ${CLEAN:M*.o}: ${_link}
.endif
.endfor
OpenPOWER on IntegriCloud