summaryrefslogtreecommitdiff
path: root/libpthread/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-20 15:42:35 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-20 15:42:35 +0000
commit0255e1ad13be4a1dde1ce403a73fe4029a33476a (patch)
tree69c6e2b0e45801b9de316612e86e382229c63954 /libpthread/Makefile
parent3fec316902712c8a7546405852fa50a0aa39d4f6 (diff)
Only build libthread_db when both threads and debug are enabled
-Erik
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r--libpthread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile
index bdd097d38..7566b4753 100644
--- a/libpthread/Makefile
+++ b/libpthread/Makefile
@@ -31,10 +31,10 @@ LIBTHREAD_DB_SHARED_FULLNAME=libthread_db-$(MAJOR_VERSION).$(MINOR_VERSION).$(SU
DIRS=
ifeq ($(strip $(INCLUDE_THREADS)),true)
DIRS+=linuxthreads
-endif
ifeq ($(strip $(DODEBUG)),true)
DIRS+=linuxthreads_db
endif
+endif
ALL_SUBDIRS = linuxthreads linuxthreads_db