diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-11 18:29:48 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-11 18:29:48 +0000 |
commit | ba19233fb2e113dfb874ec92ed68ab581c5ab2ab (patch) | |
tree | a2139b8715e35926299fafa7b5ff57c4e5018a46 | |
parent | d50a50a32e440f58b2aae1e05099b0a6e8108531 (diff) |
Make locale_headers only when doing pregen and not headers
due to dependencies against sysnum.h
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d116e48a6..4a630fb53 100644 --- a/Makefile.in +++ b/Makefile.in @@ -134,9 +134,9 @@ headers_clean-y += sysdep_common_headers-clean headers-y += $(target-headers-sysdep) headers: include/bits/uClibc_config.h - $(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers) pregen: include/bits/sysnum.h headers + $(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers) include/bits/sysnum.h: $(top_srcdir)extra/scripts/gen_bits_syscall_h.sh $(Q)$(INSTALL) -d $(@D) |