summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-11 15:49:26 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-11 15:49:26 +0200
commit164632713b320eb022629696fefff2cf7c38d485 (patch)
tree4e92f517ec025df50113ac71c9320c8b0788c111
parent0c5262ec8dde8fe5ccc59713e8aefbeac670161b (diff)
nptl: fix wrong path to nptl_db
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--libpthread/nptl_db/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl_db/Makefile.in b/libpthread/nptl_db/Makefile.in
index e7a97c30c..d154cd014 100644
--- a/libpthread/nptl_db/Makefile.in
+++ b/libpthread/nptl_db/Makefile.in
@@ -5,7 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-subdirs += libpthread/nptl/nptl_db
+subdirs += libpthread/nptl_db
# Get the thread include dependencies and shared object name
CFLAGS-nptl_db := -DLIBPTHREAD_SO="\"libpthread.so.$(ABI_VERSION)\""