From 34147e43085adb95bec20538cfd4291260fa4fa3 Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Wed, 12 Mar 2008 09:49:39 +0000 Subject: - Remove libkse and related support code in libpthread from the build. Don't remove the files yet. Kernel support will be removed shortly. --- lib/libthread_db/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libthread_db') diff --git a/lib/libthread_db/Makefile b/lib/libthread_db/Makefile index d8e197576242..1767a9dad016 100644 --- a/lib/libthread_db/Makefile +++ b/lib/libthread_db/Makefile @@ -5,7 +5,7 @@ LIB= thread_db SHLIB_MAJOR= 3 SRCS= thread_db.c -SRCS+= libpthread_db.c libpthread_md.c +SRCS+= libpthread_md.c SRCS+= libthr_db.c INCS= thread_db.h WARNS?= 1 -- cgit v1.3