summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2007-10-29 22:29:13 +0000
committerespie <espie@openbsd.org>2007-10-29 22:29:13 +0000
commitb67424514a05618868594f7d3578433c32b5661e (patch)
treed9849d44aecf6aac2a96c3062b50a6c949f07261
parentadd missing dependency. Taken from upstream gcc. (diff)
downloadwireguard-openbsd-b67424514a05618868594f7d3578433c32b5661e.tar.xz
wireguard-openbsd-b67424514a05618868594f7d3578433c32b5661e.zip
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...
-rw-r--r--sys/arch/amd64/conf/Makefile.amd644
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