]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Correct dependency for shared object.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Nov 1999 17:46:56 +0000 (17:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Nov 1999 17:46:56 +0000 (17:46 +0000)
linuxthreads_db/Makefile

index abeacf993d202e44920aedf64b53515b23cfb4d3..d7446d94ad98af0bafcb0207a5cecdac09d37f22 100644 (file)
@@ -48,4 +48,4 @@ include ../Rules
 # Depend on libc.so so a DT_NEEDED is generated in the shared objects.
 # This ensures they will load libc.so for needed symbols if loaded by
 # a statically-linked program that hasn't already loaded it.
-$(objpfx)libpthread.so: $(common-objpfx)libc.so
+$(objpfx)libthread_db.so: $(common-objpfx)libc.so