summaryrefslogtreecommitdiff
path: root/libpthread/nptl/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-13 09:52:45 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-06 18:33:22 +0200
commiteaae6e6776ad091a5b84c3fb09f26ff01bda2f18 (patch)
tree7d0a7b3a47531eb66715527996ed44b965a01301 /libpthread/nptl/Makefile.in
parentc06619d7ab2ebbbc93427ca6a49dcc8d479db549 (diff)
nptl: fix subdirs handling
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/Makefile.in')
-rw-r--r--libpthread/nptl/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in
index b32ee3fe7..e015807b9 100644
--- a/libpthread/nptl/Makefile.in
+++ b/libpthread/nptl/Makefile.in
@@ -5,9 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-subdirs += libpthread/nptl/sysdeps/$(TARGET_ARCH) \
- libpthread/nptl/sysdeps/unix/sysv/linux \
- libpthread/nptl/sysdeps/pthread
+subdirs += libpthread/nptl
libpthread-routines-y = init vars events version \
pthread_create pthread_exit pthread_detach \