From 228d8dd8924881ea9ac49645a34953b432e01023 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 22 May 2007 19:04:24 +0000 Subject: While investigating xtraeme's bug report about duplicate running of the dependency installation, it occured to me that "make depends" doesn't run the bootstrap-depends target correctly anymore. A deeper analysis didn't show why it happened to work as it is only requested explicitly by fetch. It wasn't an issue as all bootstrap dependencies were checked again before, but fix this correctly by listening as dependency of depends as well. --- mk/depends/depends.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/depends/depends.mk b/mk/depends/depends.mk index f16780ae26c..1c69e9729ef 100644 --- a/mk/depends/depends.mk +++ b/mk/depends/depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: depends.mk,v 1.13 2007/05/22 16:17:16 joerg Exp $ +# $NetBSD: depends.mk,v 1.14 2007/05/22 19:04:24 joerg Exp $ ###################################################################### ### depends (PUBLIC) @@ -37,6 +37,7 @@ ${_COOKIE.depends}: real-depends ### real-depends is a helper target onto which one can hook all of the ### targets that do the actual dependency installation. ### +_REAL_DEPENDS_TARGETS+= bootstrap-depends _REAL_DEPENDS_TARGETS+= depends-message _REAL_DEPENDS_TARGETS+= pre-depends-hook _REAL_DEPENDS_TARGETS+= _flavor-install-dependencies -- cgit v1.2.3