From: Adhemerval Zanella Date: Wed, 9 Nov 2022 14:24:45 +0000 (-0300) Subject: debug: Fix typo in tests-unsupported rule X-Git-Tag: glibc-2.37~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a8335a408430517001a0660f5c7787223ce85e4;p=thirdparty%2Fglibc.git debug: Fix typo in tests-unsupported rule From commit 2e274cd8c1ebd0bd0c43a7f2e5433685740938ca. --- diff --git a/debug/Makefile b/debug/Makefile index f73c739da7f..95a7336cd2b 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