diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-12-11 10:05:57 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-12-11 10:05:57 -0800 |
commit | 2726a5988973b0d73d01af9cfb58374de45ebb75 (patch) | |
tree | 78040a43228277014a3cb35371a701f251ba37ee /libpthread/nptl/Makefile.in | |
parent | 1c4f98663635995919a2fe7f9c4cbf630ae238d2 (diff) |
Revert "nptl: make build depend directly on nptl headers"
This reverts commit 641e7e36ad0a9b2899b04f256c5b243ada7da279.
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/Makefile.in')
-rw-r--r-- | libpthread/nptl/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in index 6f982bc8d..9b4ba512b 100644 --- a/libpthread/nptl/Makefile.in +++ b/libpthread/nptl/Makefile.in @@ -261,6 +261,8 @@ headers_clean-y += nptl_headers_clean -include $(PTHREAD_DIR)/sysdeps/unix/sysv/linux/Makefile.in -include $(PTHREAD_DIR)/sysdeps/unix/sysv/linux/$(TARGET_ARCH)/Makefile.arch +pthread_pregen := nptl_headers nptl_arch_headers nptl_linux_headers + lib-a-$(UCLIBC_HAS_THREADS) += $(top_builddir)lib/libpthread.a lib-so-$(UCLIBC_HAS_THREADS) += $(top_builddir)lib/libpthread.so @@ -320,8 +322,9 @@ nptl_headers_bootstrap:= $(top_builddir)include/pthread.h \ $(top_builddir)include/bits/semaphore.h \ $(top_builddir)include/bits/pthreadtypes.h \ $(top_builddir)include/bits/libc-lock.h \ - $(top_builddir)include/bits/stdio-lock.h \ - $(PTHREAD_OUT)/pthread-errnos.h + $(top_builddir)include/bits/stdio-lock.h + +nptl_headers: $(PTHREAD_OUT)/pthread-errnos.h nptl_headers_clean: $(do_rm) $(nptl_headers_bootstrap) \ |