diff options
author | Andreas Schwab <schwab@suse.de> | 2013-08-21 10:19:01 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-08-26 10:21:59 +0200 |
commit | ffabd3937aea799d2779e8b1b0a5385eebadd452 (patch) | |
tree | f87967f193778b25885292f356bf8c96e31e5ad2 /stdlib/Makefile | |
parent | e0a69f5cb8147bc9d746de14ec66d060c583d863 (diff) | |
download | glibc-ffabd3937aea799d2779e8b1b0a5385eebadd452.tar.gz glibc-ffabd3937aea799d2779e8b1b0a5385eebadd452.tar.xz glibc-ffabd3937aea799d2779e8b1b0a5385eebadd452.zip |
Fix dependencies for stdlib/tst-tls-atexit
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |