From 0255e1ad13be4a1dde1ce403a73fe4029a33476a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 20 Aug 2002 15:42:35 +0000 Subject: Only build libthread_db when both threads and debug are enabled -Erik --- libpthread/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/Makefile') 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 -- cgit v1.2.3