From 27b9ce8b12c33868b29335b8faf4f3770d347c26 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 4 Mar 2003 20:56:01 +0000 Subject: Seperate pthread debugging from uClibc debugging. They are used for different things. --- libpthread/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/Makefile') diff --git a/libpthread/Makefile b/libpthread/Makefile index 89d039246..ac9f4a20c 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -31,7 +31,7 @@ LIBTHREAD_DB_SHARED_FULLNAME=libthread_db-$(MAJOR_VERSION).$(MINOR_VERSION).$(SU DIRS= ifeq ($(strip $(UCLIBC_HAS_THREADS)),y) DIRS+=linuxthreads -ifeq ($(strip $(DODEBUG)),y) +ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y) DIRS+=linuxthreads_db endif endif -- cgit v1.2.3