From 2274f6b2ddc7d7ea919a8fa1f9c54ef1920cb180 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 7 May 2005 00:35:50 +0000 Subject: Haha. I caught it before you did. --- libpthread/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpthread') diff --git a/libpthread/Makefile b/libpthread/Makefile index 30fa34736..9ae128ed2 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -46,9 +46,9 @@ ifeq ($(UCLIBC_BUILD_NOW),y) endif ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y) ifeq ($(strip $(PTHREADS_NATIVE)),y) - DIRS+=linuxthreads_db -else DIRS+=nptl_db +else + DIRS+=linuxthreads_db endif LDFLAGS_THREAD_DB:= $(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc endif -- cgit v1.2.3