mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Fix dependencies for stdlib/tst-tls-atexit
This commit is contained in:
parent
e0a69f5cb8
commit
ffabd3937a
@ -1,3 +1,8 @@
|
||||
2013-08-26 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
|
||||
($(objpfx)tst-tls-atexit): Add dependencies here instead.
|
||||
|
||||
2013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* nscd/aicache.c (addhstaiX): Fix indentation.
|
||||
|
@ -161,6 +161,6 @@ $(objpfx)tst-strtod6: $(link-libm)
|
||||
|
||||
tst-tls-atexit-lib.so-no-z-defs = yes
|
||||
|
||||
LDFLAGS-tst-tls-atexit = $(common-objpfx)nptl/libpthread.so \
|
||||
$(objpfx)tst-tls-atexit: $(common-objpfx)nptl/libpthread.so \
|
||||
$(common-objpfx)dlfcn/libdl.so
|
||||
$(objpfx)tst-tls-atexit.out: $(objpfx)tst-tls-atexit-lib.so
|
||||
|
Loading…
Reference in New Issue
Block a user