aboutsummaryrefslogtreecommitdiff
path: root/mk/meta.autodep.mk
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2023-06-27 20:29:43 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2023-06-27 20:29:43 +0000
commit3e39ce563b9ba25883e5aa37d9799eda9e57c1e0 (patch)
treeb01c5a81afb41e56ff12c7b6995716a14d00767b /mk/meta.autodep.mk
parent945078deae448e0a13c34b3393d836087719fb16 (diff)
downloadsrc-3e39ce563b9ba25883e5aa37d9799eda9e57c1e0.tar.gz
src-3e39ce563b9ba25883e5aa37d9799eda9e57c1e0.zip
Diffstat (limited to 'mk/meta.autodep.mk')
-rw-r--r--mk/meta.autodep.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/meta.autodep.mk b/mk/meta.autodep.mk
index 5f012cdec003..851afce9f8b5 100644
--- a/mk/meta.autodep.mk
+++ b/mk/meta.autodep.mk
@@ -1,4 +1,4 @@
-# $Id: meta.autodep.mk,v 1.57 2023/05/13 15:52:24 sjg Exp $
+# $Id: meta.autodep.mk,v 1.58 2023/05/25 22:33:23 sjg Exp $
#
# @(#) Copyright (c) 2010, Simon J. Gerraty
@@ -210,7 +210,8 @@ _depend =
.endif
.if ${UPDATE_DEPENDFILE} == "yes"
-gendirdeps: ${_DEPENDFILE}
+gendirdeps: beforegendirdeps .WAIT ${_DEPENDFILE}
+beforegendirdeps:
.endif
.if !target(${_DEPENDFILE})