diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-31 18:54:54 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-08-31 18:54:54 +0000 |
commit | 4c7854d1dce24e8cc344f1da81fca01ee7f01804 (patch) | |
tree | fd5a0613d299d10e9c9f8cf09ae04304e43697c8 /dlfcn | |
parent | 936bb2647a835e63e99fa2d1590ab1e14aab4712 (diff) | |
download | glibc-4c7854d1dce24e8cc344f1da81fca01ee7f01804.tar glibc-4c7854d1dce24e8cc344f1da81fca01ee7f01804.tar.gz glibc-4c7854d1dce24e8cc344f1da81fca01ee7f01804.tar.bz2 glibc-4c7854d1dce24e8cc344f1da81fca01ee7f01804.zip |
Updated to fedora-glibc-20060831T1812cvs/fedora-glibc-2_4_90-28
Diffstat (limited to 'dlfcn')
-rw-r--r-- | dlfcn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dlfcn/Makefile b/dlfcn/Makefile index ffdb70ea68..63e7b31b2a 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -136,7 +136,8 @@ $(objpfx)bug-atexit2.out: $(objpfx)bug-atexit2-lib.so $(objpfx)bug-atexit2-lib.so: $(common-objpfx)libc.so \ $(common-objpfx)libc_nonshared.a -LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh $(common-objpfx)libc_nonshared.a +LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh $(common-objpfx)elf/ld.so \ + $(common-objpfx)libc_nonshared.a $(objpfx)bug-atexit3: $(libdl) $(objpfx)bug-atexit3.out: $(objpfx)bug-atexit3-lib.so $(objpfx)bug-atexit3-lib.so: $(common-objpfx)libc.so \ |