diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-04-23 23:15:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-10 10:17:53 -0500 |
commit | 26446139e4b065452740cf73c7643f94cece6fa5 (patch) | |
tree | 156bb5f256f03abd3499a39ff6bb850aa61f8979 /Makefile.in | |
parent | 1775f37b1a35a22e186280b752913bda9f9ee7e9 (diff) |
buildsys: Tweak pregen wrt headers_dep
Required for !NPTL, !context-funcs for example.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index c8195ffed..de76c8f0f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -186,9 +186,7 @@ headers: $(top_builddir)include/bits/uClibc_config.h | subdirs subdirs: $(addprefix $(top_builddir),$(subdirs)) $(pregen-headers-y): $(headers_dep) - -pregen-headers: $(pregen-headers-y) -pregen: headers pregen-headers +pregen: headers $(pregen-headers-y) $(headers_dep) $(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 | $(top_builddir)include/bits |