]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
stdlib/Makefile: Remove deleted test's libm dependency
authorArjun Shankar <arjun@redhat.com>
Wed, 2 Jul 2025 15:11:32 +0000 (17:11 +0200)
committerArjun Shankar <arjun@redhat.com>
Wed, 2 Jul 2025 18:48:35 +0000 (20:48 +0200)
tst-qsort5 was deleted in 709fbd3ec3595f2d1076b4fec09a739327459288.
Therefore remove its redundant libm dependency.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
stdlib/Makefile

index 1c80e497f0547f243b7dc8231d656a9501a86394..25f777e1a5d69bced9ae9fc74aaccc1d4f61923d 100644 (file)
@@ -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)