mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
exists() is too aggressive when searching for files without a full path.
Inspired by: bsd.prog.mk,v 1.105
This commit is contained in:
parent
41477f3f5c
commit
f2bffe0f7f
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ lint: ${SRCS}
|
|||
|
||||
.include <bsd.dep.mk>
|
||||
|
||||
.if !exists(${DEPENDFILE})
|
||||
.if !exists(${.OBJDIR}/${DEPENDFILE})
|
||||
${OBJS}: ${SRCS:M*.h}
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue