diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-07-01 19:03:29 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-07-01 19:03:29 -0700 |
commit | 72b6e8c85b95a949d8c5d827a16dd1492d9ef26b (patch) | |
tree | 407a54031bf9da8d0d8dbc441ebc9c89ddc914db /nptl/Makefile | |
parent | f47c9a11ad382c521d37c18d6b74c5017ffe4c1d (diff) | |
download | glibc-72b6e8c85b95a949d8c5d827a16dd1492d9ef26b.tar.gz glibc-72b6e8c85b95a949d8c5d827a16dd1492d9ef26b.tar.xz glibc-72b6e8c85b95a949d8c5d827a16dd1492d9ef26b.zip |
Fix build with newer linker.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 982db8e205..3dcc876b2b 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -491,7 +491,8 @@ $(objpfx)tst-rwlock14: $(common-objpfx)rt/librt.so $(objpfx)tst-_res1mod2.so: $(objpfx)tst-_res1mod1.so LDFLAGS-tst-_res1mod1.so = -Wl,-soname,tst-_res1mod1.so LDFLAGS-tst-_res1mod2.so = -Wl,-soname,tst-_res1mod2.so -$(objpfx)tst-_res1: $(objpfx)tst-_res1mod2.so $(shared-thread-library) +$(objpfx)tst-_res1: $(objpfx)tst-_res1mod1.so $(objpfx)tst-_res1mod2.so \ + $(shared-thread-library) else $(objpfx)tst-cond11: $(common-objpfx)rt/librt.a $(objpfx)tst-cond19: $(common-objpfx)rt/librt.a |