mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Always remove .depend.* in case switching between FAST_DEPEND on/off.
This was missed in r295666. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
0d2550a169
commit
590363ef99
1 changed files with 1 additions and 2 deletions
|
|
@ -222,10 +222,9 @@ _MKDEPCC:= ${CC:N${CCACHE_BIN}}
|
|||
SRCS= assym.s vnode_if.h ${BEFORE_DEPEND} ${CFILES} \
|
||||
${SYSTEM_CFILES} ${GEN_CFILES} ${SFILES} \
|
||||
${MFILES:T:S/.m$/.h/}
|
||||
DEPENDFILES= .depend
|
||||
DEPENDFILES= .depend .depend.*
|
||||
.if ${MK_FAST_DEPEND} == "yes" && \
|
||||
(${.MAKE.MODE:Unormal:Mmeta} == "" || ${.MAKE.MODE:Unormal:Mnofilemon} != "")
|
||||
DEPENDFILES+= .depend.*
|
||||
DEPEND_CFLAGS+= -MD -MP -MF.depend.${.TARGET}
|
||||
DEPEND_CFLAGS+= -MT${.TARGET}
|
||||
.if defined(.PARSEDIR)
|
||||
|
|
|
|||
Loading…
Reference in a new issue