From: Arjun Shankar Date: Wed, 2 Jul 2025 15:11:32 +0000 (+0200) Subject: stdlib/Makefile: Remove deleted test's libm dependency X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7eed691cc2b6c5dbb6066ee1251606a744c7f05c;p=thirdparty%2Fglibc.git stdlib/Makefile: Remove deleted test's libm dependency tst-qsort5 was deleted in 709fbd3ec3595f2d1076b4fec09a739327459288. Therefore remove its redundant libm dependency. Reviewed-by: Florian Weimer --- 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)