Fix mysterious build failures (with parallel make) early in

buildkernel: provide a real but dummy name to ${DEPENDFILE}
so that the relevant exists() check in bsd.prog.mk fails and
ensures that ${GENHDRS} are built before any other objects.

MFC after:	3 days
This commit is contained in:
ru 2005-11-21 14:41:10 +00:00
parent d8a5fc0b49
commit ed8067041d

View File

@ -20,7 +20,7 @@ LDADD= -ll
# Don't rely on the kernel's .depend file
.ifdef MAKESRCPATH
.PATH: ${MAKESRCPATH}
DEPENDFILE=
DEPENDFILE= .depend_aicasm
.endif
.if ${CC} == "icc"