Skip to content

Commit

Permalink
Add missing makefile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed May 31, 2010
1 parent 973746c commit 47e94cd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion nptl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47e94cd

Please sign in to comment.