diff options
author | Arjun Shankar <arjun@redhat.com> | 2025-07-02 17:11:32 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2025-07-02 20:48:35 +0200 |
commit | 7eed691cc2b6c5dbb6066ee1251606a744c7f05c (patch) | |
tree | 2b3929c80b4bd35da3799510d2b95031fbabf758 | |
parent | 632d895f3e5d98162f77b9c3c1da4ec19968b671 (diff) | |
download | glibc-master.zip glibc-master.tar.gz glibc-master.tar.bz2 |
tst-qsort5 was deleted in 709fbd3ec3595f2d1076b4fec09a739327459288.
Therefore remove its redundant libm dependency.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
-rw-r--r-- | stdlib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 1c80e49..25f777e 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) |