diff options
| -rw-r--r-- | libpthread/Makefile | 2 | 
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  | 
