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
This commit is contained in:
sjg 2013-08-14 22:19:29 +00:00
parent c71191e0d9
commit 6c901ce0a8

View File

@ -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