diff options
author | 2007-10-29 22:29:13 +0000 | |
---|---|---|
committer | 2007-10-29 22:29:13 +0000 | |
commit | b67424514a05618868594f7d3578433c32b5661e (patch) | |
tree | d9849d44aecf6aac2a96c3062b50a6c949f07261 | |
parent | add missing dependency. Taken from upstream gcc. (diff) | |
download | wireguard-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.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 |