diff options
Diffstat (limited to 'libpthread/nptl/Makefile.in')
-rw-r--r-- | libpthread/nptl/Makefile.in | 4 |
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 \ |