diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-11-29 16:18:49 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-11-29 16:18:49 -0800 |
commit | 2218a91b0effd50e0d15f1c5ff90d503640bf842 (patch) | |
tree | b875bae65922af0e57744d3a646255556cb8e39f /libpthread/nptl | |
parent | 9a7506e8952851c5aea4471d02fd83c4ba334901 (diff) |
generate nptl headers without a recursive make call
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl')
-rw-r--r-- | libpthread/nptl/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in index 571b1f388..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 |