]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix dependencies for stdlib/tst-tls-atexit
authorAndreas Schwab <schwab@suse.de>
Wed, 21 Aug 2013 08:19:01 +0000 (10:19 +0200)
committerAndreas Schwab <schwab@suse.de>
Mon, 26 Aug 2013 08:21:59 +0000 (10:21 +0200)
ChangeLog
stdlib/Makefile

index b617e96720c6cb4e0afb45ba6cfcbf187bde5eda..7e7e3c5aa23c8ec1ef27a926a97c1a5fcd52c822 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 17d80e0f542edddb589b08b87ec69974baae956b..b76c97af474e6c7f76405ea3bfe7254eefe177bd 100644 (file)
@@ -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