]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix build with newer linker.
authorUlrich Drepper <drepper@redhat.com>
Fri, 2 Jul 2010 02:03:29 +0000 (19:03 -0700)
committerAndreas Schwab <schwab@redhat.com>
Wed, 1 Dec 2010 14:35:07 +0000 (15:35 +0100)
(cherry picked from commit 72b6e8c85b95a949d8c5d827a16dd1492d9ef26b)

nptl/ChangeLog
nptl/Makefile

index 3da761a29f91790071f99246349a1ab2fb11f2f9..a6b98bb24efade9f1e0393e99ec1142568f2eba2 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-01  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile (tst-_res1): Add tst-_res1mod1 to dependency list.
+
 2010-10-13  H.J. Lu  <hongjiu.lu@intel.com>
 
        [BZ #12113]
index 982db8e205eaca66f0e042ea1c63c9d08767634d..3dcc876b2bdcaa29023a1be1cbdb4dcc8ffed0a1 100644 (file)
@@ -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