From 4d41cd56e9e8a5797f8182046dad7c002faa52d9 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 24 Sep 2005 16:01:53 +0000 Subject: Remove unneeded if clause. We won't be in this directory unless we have enabled threads. --- libpthread/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libpthread') diff --git a/libpthread/Makefile b/libpthread/Makefile index c16485f66..1218b5cc8 100644 --- a/libpthread/Makefile +++ b/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 -- cgit v1.2.3