diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-04 20:56:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-04 20:56:01 +0000 |
commit | 27b9ce8b12c33868b29335b8faf4f3770d347c26 (patch) | |
tree | 4ffd04c6ca3514401cb4d2de582e22701d603237 /libpthread/Makefile | |
parent | 4afd53acf1f42b233c613ca43cca28dd3c676cf0 (diff) |
Seperate pthread debugging from uClibc debugging. They are used
for different things.
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r-- | libpthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |