diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-09 13:04:26 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-09 13:04:26 +0000 |
commit | 693245823c91dbfd9fa84c6b16636d963edf7cf3 (patch) | |
tree | c40da46691bdfec20728cba3f4171a1521adf65c /Makefile.in | |
parent | b4db2019624a08a530e6d0f4376fad3705bf4b05 (diff) |
Fix build system to generate locale data instead of using pregenerated ones
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 170005e77..c0ca23d42 100644 --- a/Makefile.in +++ b/Makefile.in @@ -103,7 +103,7 @@ headers: include/bits/uClibc_config.h mv -f $$tmp include/bits/sysnum.h; \ fi ifeq ($(UCLIBC_HAS_LOCALE),y) - $(MAKE) locale_headers + $(MAKE) -C extra/locale locale_headers endif pregen: headers |