mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
FAST_DEPEND: Add header dependency missed in r290629.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
d3b887fd0d
commit
d0d3ff23f7
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ cleandepend: cleanilinks
|
|||
cleanilinks:
|
||||
rm -f ${_ILINKS}
|
||||
|
||||
.if !exists(${.OBJDIR}/${DEPENDFILE})
|
||||
.if ${MK_FAST_DEPEND} == "yes" || !exists(${.OBJDIR}/${DEPENDFILE})
|
||||
${OBJS}: ${SRCS:M*.h}
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue