[COMMITTED] debug: Fix typo in tests-unsupported rule
Adhemerval Zanella
adhemerval.zanella@linaro.org
Wed Nov 9 14:25:52 GMT 2022
>From commit 2e274cd8c1ebd0bd0c43a7f2e5433685740938ca.
---
debug/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debug/Makefile b/debug/Makefile
index f73c739da7..95a7336cd2 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -226,7 +226,7 @@ tests += tst-chk-cancel
endif
ifeq (,$(CXX))
-tests-unsupported = $(tests-cc-def-chk) $(test-cc-time64-chk)
+tests-unsupported = $(tests-cc-def-chk) $(tests-cc-time64-chk)
endif
extra-libs = libpcprofile
--
2.34.1
More information about the Libc-alpha
mailing list