Browse Source

Remove unneeded if clause. We won't be in this directory unless we
have enabled threads.

"Steven J. Hill" 18 years ago
parent
commit
4d41cd56e9
1 changed files with 1 additions and 4 deletions
  1. 1 4
      libpthread/Makefile

+ 1 - 4
libpthread/Makefile

@@ -28,13 +28,10 @@ LIBTHREAD_DB=libthread_db.a
 LIBTHREAD_DB_SHARED=libthread_db.so
 LIBTHREAD_DB_SHARED_FULLNAME=libthread_db-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so
 
-DIRS=
-ifeq ($(strip $(UCLIBC_HAS_THREADS)),y)
-	DIRS+=linuxthreads
+DIRS=linuxthreads
 ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y)
 	DIRS+=linuxthreads_db
 endif
-endif
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 	SHARED_START_FILES = $(TOPDIR)lib/crti.o $(LIBGCC_DIR)crtbeginS.o