From 1a8335a408430517001a0660f5c7787223ce85e4 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 9 Nov 2022 11:24:45 -0300 Subject: [PATCH] debug: Fix typo in tests-unsupported rule From commit 2e274cd8c1ebd0bd0c43a7f2e5433685740938ca. --- debug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/Makefile b/debug/Makefile index f73c739..95a7336 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.7.4