aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/dir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/dir.mk')
-rw-r--r--unit-tests/dir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/dir.mk b/unit-tests/dir.mk
index 956285393489..685a4660f01c 100644
--- a/unit-tests/dir.mk
+++ b/unit-tests/dir.mk
@@ -1,4 +1,4 @@
-# $NetBSD: dir.mk,v 1.11 2023/12/19 19:33:40 rillig Exp $
+# $NetBSD: dir.mk,v 1.12 2026/07/03 15:31:35 sjg Exp $
#
# Tests for dir.c.
@@ -21,7 +21,7 @@ all: {one,two,three}
.if target({one,two,three})
. error
.endif
-.if ${.ALLTARGETS:M{one,two,three}} != "{one,two,three}"
+.if ${.ALLTARGETS:M\{one,two,three\}} != "{one,two,three}"
. error
.endif