Explorar o código

Only build libthread_db when both threads and debug are enabled
-Erik

Eric Andersen %!s(int64=23) %!d(string=hai) anos
pai
achega
0255e1ad13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libpthread/Makefile

+ 1 - 1
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