From ed8067041dc0c6cfa726cd211e9a0dfb5aa65be9 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 21 Nov 2005 14:41:10 +0000 Subject: [PATCH] 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 --- sys/dev/aic7xxx/aicasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile index e89fd34715a5..78701b0068e3 100644 --- a/sys/dev/aic7xxx/aicasm/Makefile +++ b/sys/dev/aic7xxx/aicasm/Makefile @@ -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"