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:
parent
c71191e0d9
commit
6c901ce0a8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user