diff options
author | ru <ru@FreeBSD.org> | 2005-11-21 14:41:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-21 14:41:10 +0000 |
commit | ed8067041dc0c6cfa726cd211e9a0dfb5aa65be9 (patch) | |
tree | e1f0159e509cdf6e72e87fac58bc352d4f4c23a9 /sys/dev/aic7xxx | |
parent | d8a5fc0b49835059d3f35f4b6e105b9c360dac79 (diff) | |
download | FreeBSD-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/dev/aic7xxx')
-rw-r--r-- | sys/dev/aic7xxx/aicasm/Makefile | 2 |
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" |