diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-05 15:33:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-05 15:33:23 +0200 |
commit | 449109519492266410421310ee09ff4a10d7c175 (patch) | |
tree | 8d565c5c654fe0f452ace69f5dd821ccc41bace9 /Makefile.in | |
parent | 49700fa92a3727e0248fc7c23f6df8486707deb1 (diff) |
fix parallel build issue when LOCALES are enabled
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 245649cd0..f432760ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -183,11 +183,12 @@ menuconfig-clean-y: HEADERCLEAN_config headers-y += $(target-headers-sysdep) headers: $(top_builddir)include/bits/uClibc_config.h | subdirs + $(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers) + subdirs: $(addprefix $(top_builddir),$(subdirs)) $(pregen-headers-y): $(headers_dep) 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 @$(disp_gen) |