diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-10-29 22:29:14 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-10-29 22:29:14 +0000 |
commit | eae5142d08033fa53467b0657a53287bd0fae62b (patch) | |
tree | 46cead6e4b88908e9b7217c931b88a7c9a955d99 /sys/arch/amd64 | |
parent | cf501b5ed534fc29b9c197fb1576f9898c994f4c (diff) |
run depend so that SFILES depend on assym.h, which allows them to build
with make -j on fast SMP boxes.
noticed by robert@, input by miod, kettenis, okay toby@, robert@,
and tested to work if people build kernels correctly...
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/Makefile.amd64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64 index d0f620394cd..489acf807cb 100644 --- a/sys/arch/amd64/conf/Makefile.amd64 +++ b/sys/arch/amd64/conf/Makefile.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amd64,v 1.11 2007/07/27 13:39:00 deraadt Exp $ +# $OpenBSD: Makefile.amd64,v 1.12 2007/10/29 22:29:13 espie Exp $ # Makefile for OpenBSD # @@ -167,7 +167,7 @@ depend:: .depend .depend: ${SRCS} assym.h param.c ${APMINC} ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${AFILES} ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} -# ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES} + ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES} # depend on root or device configuration |