diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-10-27 21:39:59 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-10-27 21:39:59 +0000 |
commit | 0b5cfa4e0b7c9dc2cd81635307613c86c0f5e200 (patch) | |
tree | d9bf37b1a193cb3a52c598349d33c61c00a6aeca /elf/Makefile | |
parent | aa85b49673c934c0eeeec9e6e302f94fa1b165ab (diff) | |
download | glibc-0b5cfa4e0b7c9dc2cd81635307613c86c0f5e200.tar glibc-0b5cfa4e0b7c9dc2cd81635307613c86c0f5e200.tar.gz glibc-0b5cfa4e0b7c9dc2cd81635307613c86c0f5e200.tar.bz2 glibc-0b5cfa4e0b7c9dc2cd81635307613c86c0f5e200.zip |
2.3.3-74cvs/fedora-glibc-2_3_3-74
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 0bec4abbb7..028be25b2d 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -154,7 +154,7 @@ tests += loadtest restest1 preloadtest loadfail multiload origtest resolvfail \ circleload1 tst-tls3 tst-tls4 tst-tls5 tst-tls6 tst-tls7 tst-tls8 \ tst-tls10 tst-tls11 tst-tls12 tst-tls13 tst-tls14 tst-align \ $(tests-execstack-$(have-z-execstack)) tst-dlmodcount \ - tst-dlopenrpath tst-deep1 tst-dlmopen1 tst-dlmopen2 + tst-dlopenrpath tst-deep1 tst-dlmopen1 tst-dlmopen2 tst-dlmopen3 # reldep9 test-srcs = tst-pathopt tests-vis-yes = vismain @@ -770,3 +770,6 @@ $(objpfx)tst-dlmopen1.out: $(objpfx)tst-dlmopen1mod.so $(objpfx)tst-dlmopen2: $(libdl) $(objpfx)tst-dlmopen2.out: $(objpfx)tst-dlmopen1mod.so + +$(objpfx)tst-dlmopen3: $(libdl) +$(objpfx)tst-dlmopen3.out: $(objpfx)tst-dlmopen1mod.so |