aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2022-02-16 23:21:27 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2022-02-16 23:21:27 +0000
commitc4bf04f40bb577477de2011875807f24cbb1a7e2 (patch)
tree240735a03bee1002d0fcd499e3a21cc9541f96c2
parentef135466f81bc3f203efa77d1eb81132f7646196 (diff)
downloadsrc-c4bf04f40bb577477de2011875807f24cbb1a7e2.tar.gz
src-c4bf04f40bb577477de2011875807f24cbb1a7e2.zip
cc-wrap.mk: fix typo in modifiers
-rw-r--r--contrib/bmake/mk/cc-wrap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bmake/mk/cc-wrap.mk b/contrib/bmake/mk/cc-wrap.mk
index 1e3931d1cae5..c3f5d0eb038b 100644
--- a/contrib/bmake/mk/cc-wrap.mk
+++ b/contrib/bmake/mk/cc-wrap.mk
@@ -41,7 +41,7 @@ ${w:tu} ?= $w
# we do not want to make all these targets out-of-date
# just because one of the above wrappers are enabled/disabled
-${CC_WRAP_TARGETS}: .MAKE.META.CMP_FILTER = ${CC_WRAPPERS:tu@W@${$W}@:S,^,N,}
+${CC_WRAP_TARGETS}: .MAKE.META.CMP_FILTER = ${CC_WRAPPERS:tu:@W@${$W}@:S,^,N,}
# some object src types we should not wrap
CC_WRAP_SKIP_EXTS += s