[git commit master 1/1] nptl: fix wrong path to nptl_db

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 11 17:22:42 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=164632713b320eb022629696fefff2cf7c38d485
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libpthread/nptl_db/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libpthread/nptl_db/Makefile.in b/libpthread/nptl_db/Makefile.in
index e7a97c3..d154cd0 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)\""
-- 
1.7.1



More information about the uClibc-cvs mailing list