mirror of git://sourceware.org/git/glibc.git
stdlib/Makefile: Remove deleted test's libm dependency
tst-qsort5 was deleted in 709fbd3ec3
.
Therefore remove its redundant libm dependency.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
parent
632d895f3e
commit
7eed691cc2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue