]> 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>
Thu, 27 May 2010 16:32:05 +0000 (18:32 +0200)
ChangeLog
elf/Makefile
nptl/ChangeLog
nptl/Makefile

index e7215fd1a9573646c414b054ec927628938023e0..3c7e8246910a214927674eb02a21c29e01f2260d 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-17  Luis Machado  <luisgpm@br.ibm.com>
 
        POWER7 optimizations.
index 51b1c0f7541c266de3b766e66bd064336b0dc65f..59e835f23ffc8f513800e73c8b4471917c675877 100644 (file)
@@ -760,11 +760,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