From f150fe13944a0d02ec8d2d38cf00efb1f092819b Mon Sep 17 00:00:00 2001 From: David Xu Date: Sat, 2 Apr 2005 00:59:18 +0000 Subject: [PATCH] Prepare for importing my 1:1 threading work, disconnect libthr and libthread_db from make buildworld. --- lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 230010daa577..22c261aa47cc 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -97,11 +97,11 @@ _libpthread= libpthread .endif .if ${MACHINE_ARCH} != "arm" && !defined(NO_LIBTHR) -_libthr= libthr +_libthr= .endif .if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc" -_libthread_db= libthread_db +_libthread_db= .endif .if !defined(NO_USB)