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:
Ruslan Ermilov 2003-03-03 22:51:22 +00:00
parent 41477f3f5c
commit f2bffe0f7f

View file

@ -304,7 +304,7 @@ lint: ${SRCS}
.include <bsd.dep.mk>
.if !exists(${DEPENDFILE})
.if !exists(${.OBJDIR}/${DEPENDFILE})
${OBJS}: ${SRCS:M*.h}
.endif