summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2009-11-29 16:18:49 -0800
committerAustin Foxley <austinf@cetoncorp.com>2009-11-29 16:18:49 -0800
commit2218a91b0effd50e0d15f1c5ff90d503640bf842 (patch)
treeb875bae65922af0e57744d3a646255556cb8e39f /Makefile.in
parent9a7506e8952851c5aea4471d02fd83c4ba334901 (diff)
generate nptl headers without a recursive make call
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index 0e0091f6d..90cb63159 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -160,15 +160,8 @@ headers-y += $(target-headers-sysdep)
headers: $(top_builddir)include/bits/uClibc_config.h
subdirs: $(addprefix $(top_builddir),$(subdirs))
-pregen: $(top_builddir)include/bits/sysnum.h headers subdirs
+pregen: $(top_builddir)include/bits/sysnum.h headers subdirs $(pthread_pregen)
$(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers)
-ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
- $(Q)$(MAKE) nptl_headers
-ifeq ($(shell $(CC) --help 2>&1 > /dev/null && echo yes),yes)
- $(Q)$(MAKE) nptl_arch_headers
- $(Q)$(MAKE) nptl_linux_headers
-endif
-endif
$(top_builddir)include/bits/sysnum.h: $(top_srcdir)extra/scripts/gen_bits_syscall_h.sh
$(Q)$(INSTALL) -d $(@D)