summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2017-07-02 17:55:14 +0000
committerespie <espie@openbsd.org>2017-07-02 17:55:14 +0000
commitd8bf68259ea90423cdb3efe128e21136df844f7c (patch)
tree14faaf61035dc98981cca12bd6413a5dc153cb0c
parentdocument new depends somewhat. (diff)
downloadwireguard-openbsd-d8bf68259ea90423cdb3efe128e21136df844f7c.tar.xz
wireguard-openbsd-d8bf68259ea90423cdb3efe128e21136df844f7c.zip
somehow, I did NOT commit the patch I sent to tb@. Matthieu noticed it.
commit the right DEPS definition.
-rw-r--r--share/mk/bsd.lib.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index cf439c88082..d75c3d32146 100644
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.lib.mk,v 1.85 2017/07/01 14:41:54 espie Exp $
+# $OpenBSD: bsd.lib.mk,v 1.86 2017/07/02 17:55:14 espie Exp $
# $NetBSD: bsd.lib.mk,v 1.67 1996/01/17 20:39:26 mycroft Exp $
# @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
@@ -182,7 +182,7 @@ all: ${_LIBS} _SUBDIRUSE
BUILDAFTER += ${_LIBS}
OBJS+= ${SRCS:N*.h:R:S/$/.o/}
-DEPS+= ${OBJS:S/$/.d/}
+DEPS+= ${OBJS:R:S/$/.d/}
BUILDAFTER += ${OBJS}
lib${LIB}.a: ${OBJS}