OSDN Git Service

Only build libthread_db when both threads and debug are enabled
authorEric Andersen <andersen@codepoet.org>
Tue, 20 Aug 2002 15:42:35 +0000 (15:42 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 20 Aug 2002 15:42:35 +0000 (15:42 -0000)
 -Erik

libpthread/Makefile

index bdd097d..7566b47 100644 (file)
@@ -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