diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-11 23:41:36 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-11 23:41:36 +0000 |
commit | fd56c55827cbdd67c1b89c7e2b4f3c7fb02dbb67 (patch) | |
tree | 7c26608241208a607bbc9184b7a3d3a684bef0c0 /libpthread/Makefile | |
parent | 7551c0a383683fb548b4a4679cb84fc7aa2fb2bb (diff) |
Cleanup original linuxthreads and update top-level threads makefiles.
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r-- | libpthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile index 9ae128ed2..abf9317d1 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -68,7 +68,7 @@ ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y) SHARED_END_FILES = $(LIBGCC_DIR)crtendS.o $(TOPDIR)lib/crtn.o endif -ALL_SUBDIRS = linuxthreads linuxthreads_db +ALL_SUBDIRS = linuxthreads linuxthreads_db nptl nptl_db all: $(LIBPTHREAD) $(LIBTHREAD_DB) |