From: Ulrich Drepper Date: Tue, 23 Nov 1999 17:46:56 +0000 (+0000) Subject: Correct dependency for shared object. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=019bbc2254107625d3c87d28d3592c64f066e3be;p=thirdparty%2Fglibc.git Correct dependency for shared object. --- diff --git a/linuxthreads_db/Makefile b/linuxthreads_db/Makefile index abeacf993d2..d7446d94ad9 100644 --- a/linuxthreads_db/Makefile +++ b/linuxthreads_db/Makefile @@ -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