]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing makefile dependencies
authorAndreas Schwab <schwab@redhat.com>
Thu, 27 May 2010 16:26:02 +0000 (18:26 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 31 May 2010 15:51:37 +0000 (17:51 +0200)
ChangeLog
elf/Makefile
nptl/ChangeLog
nptl/Makefile

index 8323844db11f06572b6f377ac9969a90e2799c8b..4c34afc5e3e013800a3155c3a7b03a1e75af01f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-27  Andreas Schwab  <schwab@redhat.com>
+
+       * elf/Makefile ($(objpfx)tst-tls10): Depend on
+       $(objpfx)tst-tlsmod7.so.
+       ($(objpfx)tst-tls11): Depend on $(objpfx)tst-tlsmod9.so.
+       ($(objpfx)tst-tls12): Depend on $(objpfx)tst-tlsmod11.so.
+
 2010-05-03  Ulrich Drepper  <drepper@redhat.com>
 
        * version.h (VERSION): Bump for 2.12 release.
index e600cc39827b11d58bdcb57b37df7f8aa4643461..2ac8beb98956e306d12155614edd855d947346d9 100644 (file)
@@ -759,11 +759,11 @@ $(objpfx)tst-tls8.out: $(objpfx)tst-tlsmod3.so $(objpfx)tst-tlsmod4.so
 $(objpfx)tst-tls9: $(libdl)
 $(objpfx)tst-tls9.out: $(objpfx)tst-tlsmod5.so $(objpfx)tst-tlsmod6.so
 
-$(objpfx)tst-tls10: $(objpfx)tst-tlsmod8.so
+$(objpfx)tst-tls10: $(objpfx)tst-tlsmod8.so $(objpfx)tst-tlsmod7.so
 
-$(objpfx)tst-tls11: $(objpfx)tst-tlsmod10.so
+$(objpfx)tst-tls11: $(objpfx)tst-tlsmod10.so $(objpfx)tst-tlsmod9.so
 
-$(objpfx)tst-tls12: $(objpfx)tst-tlsmod12.so
+$(objpfx)tst-tls12: $(objpfx)tst-tlsmod12.so $(objpfx)tst-tlsmod11.so
 
 $(objpfx)tst-tls13: $(libdl)
 $(objpfx)tst-tls13.out: $(objpfx)tst-tlsmod13a.so
index bda339155806c4802eeb58b53f5d5bfa471fd690..ed574205ede92aec3c6c0d38d4d9e79b4e30a97b 100644 (file)
@@ -1,3 +1,8 @@
+2010-05-27  Andreas Schwab  <schwab@redhat.com>
+
+       * Makefile ($(objpfx)tst-_res1): Depend on
+       $(objpfx)tst-_res1mod1.so.
+
 2010-04-09  Ulrich Drepper  <drepper@redhat.com>
 
        [BZ #11390]
index 8a6f3f2d284773c6a394dc50770455d6fe6a59ee..6687a137633e8c7dec40cd1626ed9315af3a7253 100644 (file)
@@ -492,7 +492,7 @@ $(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-_res1mod2.so $(objpfx)tst-_res1mod1.so $(shared-thread-library)
 else
 $(objpfx)tst-cond11: $(common-objpfx)rt/librt.a
 $(objpfx)tst-cond19: $(common-objpfx)rt/librt.a