From 7eed691cc2b6c5dbb6066ee1251606a744c7f05c Mon Sep 17 00:00:00 2001 From: Arjun Shankar Date: Wed, 2 Jul 2025 17:11:32 +0200 Subject: [PATCH] stdlib/Makefile: Remove deleted test's libm dependency tst-qsort5 was deleted in 709fbd3ec3595f2d1076b4fec09a739327459288. Therefore remove its redundant libm dependency. Reviewed-by: Florian Weimer --- stdlib/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/stdlib/Makefile b/stdlib/Makefile index 1c80e497f0..25f777e1a5 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -666,7 +666,6 @@ $(objpfx)tst-setcontext3.out: tst-setcontext3.sh $(objpfx)tst-setcontext3 $(common-objpfx)stdlib/; \ $(evaluate-test) -$(objpfx)tst-qsort5: $(libm) $(objpfx)tst-concurrent-exit: $(shared-thread-library) $(objpfx)tst-concurrent-quick_exit: $(shared-thread-library) $(objpfx)tst-getrandom2: $(shared-thread-library) -- 2.47.2