]> 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)
committerPetr Baudis <pasky@suse.cz>
Tue, 9 Nov 2010 00:38:11 +0000 (01:38 +0100)
(cherry picked from commit 72b6e8c85b95a949d8c5d827a16dd1492d9ef26b)

nptl/ChangeLog
nptl/Makefile

index bb2e5dc684df1127095c3f63510b7fbae56c17ae..82ebdbe7616924be1a097b41c88da49fab96f106 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 f96ed458e6d01469c83631b201388eef7d799ee1..df458ac585650d502a6baa83e500535dd2a5047c 100644 (file)
@@ -489,7 +489,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