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 /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 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 28d9bc891..90cb63159 100644 --- a/Makefile.in +++ b/Makefile.in @@ -160,7 +160,7 @@ 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) $(top_builddir)include/bits/sysnum.h: $(top_srcdir)extra/scripts/gen_bits_syscall_h.sh |