summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-21 14:41:10 +0000
committerru <ru@FreeBSD.org>2005-11-21 14:41:10 +0000
commited8067041dc0c6cfa726cd211e9a0dfb5aa65be9 (patch)
treee1f0159e509cdf6e72e87fac58bc352d4f4c23a9 /sys
parentd8a5fc0b49835059d3f35f4b6e105b9c360dac79 (diff)
downloadFreeBSD-src-ed8067041dc0c6cfa726cd211e9a0dfb5aa65be9.zip
FreeBSD-src-ed8067041dc0c6cfa726cd211e9a0dfb5aa65be9.tar.gz
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
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/aic7xxx/aicasm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile
index e89fd34..78701b0 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"
OpenPOWER on IntegriCloud