]> 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)
committerUlrich Drepper <drepper@redhat.com>
Fri, 2 Jul 2010 02:03:29 +0000 (19:03 -0700)
nptl/ChangeLog
nptl/Makefile

index 49ead511b2178d4e831ee7092370266a6f38badb..05c16ceef0696ff37490e7de05c0c4855499c4f9 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-01  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile (tst-_res1): Add tst-_res1mod1 to dependency list.
+
 2010-06-01  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
 
        * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Fix incorrect
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