aboutsummaryrefslogtreecommitdiff
path: root/mk/meta.autodep.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/meta.autodep.mk')
-rw-r--r--mk/meta.autodep.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/meta.autodep.mk b/mk/meta.autodep.mk
index 1998689306d4..a4d43f19fec1 100644
--- a/mk/meta.autodep.mk
+++ b/mk/meta.autodep.mk
@@ -1,4 +1,4 @@
-# $Id: meta.autodep.mk,v 1.72 2026/01/11 05:32:29 sjg Exp $
+# $Id: meta.autodep.mk,v 1.73 2026/06/21 19:01:21 sjg Exp $
#
# @(#) Copyright (c) 2010-2025, Simon J. Gerraty
#
@@ -275,7 +275,7 @@ META_FILES = ${.MAKE.META.FILES:N.depend*}
# objects in subdirs
META_FILE_FILTER += S,${_OBJDIR}/,,:O:u
# we have to defer evaluation until the target script runs
-GENDIRDEPS_ENV += META_FILES="${META_FILES:${META_FILE_FILTER:O:u:ts:}}}"
+GENDIRDEPS_ENV += META_FILES="${META_FILES:${META_FILE_FILTER:O:u:ts:}}"
.if ${_debug.autodep}
.info ${_DEPENDFILE:S,${SRCTOP}/,,}: ${_depend} ${.PARSEDIR}/gendirdeps.mk ${META2DEPS} xtras=${META_XTRAS}