From 019bbc2254107625d3c87d28d3592c64f066e3be Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 23 Nov 1999 17:46:56 +0000 Subject: [PATCH] Correct dependency for shared object. --- linuxthreads_db/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2