Browse Source

nptl: fix wrong path to nptl_db

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 years ago
parent
commit
164632713b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libpthread/nptl_db/Makefile.in

+ 1 - 1
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)\""