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:
Simon J. Gerraty 2013-08-14 22:19:29 +00:00
parent 056fd329b9
commit 3d2bc9e872
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254340

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