aboutsummaryrefslogtreecommitdiff
path: root/lib/libthread_db
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2008-03-12 09:49:39 +0000
committerJeff Roberson <jeff@FreeBSD.org>2008-03-12 09:49:39 +0000
commit34147e43085adb95bec20538cfd4291260fa4fa3 (patch)
tree7fe2e3473b5b1edbdd4a118c31e710f1391407a0 /lib/libthread_db
parente4c67b945c64bddab896489285419e0f75051d74 (diff)
Notes
Diffstat (limited to 'lib/libthread_db')
-rw-r--r--lib/libthread_db/Makefile2
1 files changed, 1 insertions, 1 deletions
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