summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2007-11-09 13:04:26 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2007-11-09 13:04:26 +0000
commit693245823c91dbfd9fa84c6b16636d963edf7cf3 (patch)
treec40da46691bdfec20728cba3f4171a1521adf65c /Makefile.in
parentb4db2019624a08a530e6d0f4376fad3705bf4b05 (diff)
Fix build system to generate locale data instead of using pregenerated ones
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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