From ffabd3937aea799d2779e8b1b0a5385eebadd452 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 21 Aug 2013 10:19:01 +0200 Subject: Fix dependencies for stdlib/tst-tls-atexit --- ChangeLog | 5 +++++ stdlib/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b617e96720..7e7e3c5aa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-08-26 Andreas Schwab + + * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove. + ($(objpfx)tst-tls-atexit): Add dependencies here instead. + 2013-08-26 Siddhesh Poyarekar * nscd/aicache.c (addhstaiX): Fix indentation. diff --git a/stdlib/Makefile b/stdlib/Makefile index 17d80e0f54..b76c97af47 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -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 -- cgit 1.4.1