Add missing makefile dependencies

This commit is contained in:
Andreas Schwab 2010-05-27 18:26:02 +02:00
parent 973746ccc0
commit 47e94cdf5a
4 changed files with 16 additions and 4 deletions

View File

@ -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.

View 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

View 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]

View 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