diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-13 09:52:45 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-07-06 18:33:22 +0200 |
commit | eaae6e6776ad091a5b84c3fb09f26ff01bda2f18 (patch) | |
tree | 7d0a7b3a47531eb66715527996ed44b965a01301 /libpthread/nptl/sysdeps/generic/Makefile.in | |
parent | c06619d7ab2ebbbc93427ca6a49dcc8d479db549 (diff) |
nptl: fix subdirs handling
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/generic/Makefile.in')
-rw-r--r-- | libpthread/nptl/sysdeps/generic/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/generic/Makefile.in b/libpthread/nptl/sysdeps/generic/Makefile.in index 2091dca0a..03b2aa175 100644 --- a/libpthread/nptl/sysdeps/generic/Makefile.in +++ b/libpthread/nptl/sysdeps/generic/Makefile.in @@ -4,7 +4,7 @@ # # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # - +subdirs += libpthread/nptl/sysdeps/generic # # NOTE: Alpha and MIPS have their own versions of 'libc-tls.c' in # their architecture specific directory which will override |