summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Porcedda <fabio.porcedda@gmail.com>2014-04-18 15:07:32 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-20 17:41:09 +0200
commit1990e79f1439830291cac58f1fe6525cc68df637 (patch)
tree36766ed2e77d4d74ce5baa9515392682caa70dad
parentd174c6f8b6e983ea13729dcee427a37369e089df (diff)
downloadbuildroot-1990e79f1439830291cac58f1fe6525cc68df637.tar.gz
buildroot-1990e79f1439830291cac58f1fe6525cc68df637.zip
Makefile: target-generatelocales: add toolchain dependency
The target depends on the toolchain so add it as a dependency. This also fix the support to top-level parallel make. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c33368a9ce..d10da9d395 100644
--- a/Makefile
+++ b/Makefile
@@ -598,7 +598,7 @@ ifneq ($(GENERATE_LOCALE),)
# data comes preferably from the toolchain, or if the toolchain does
# not have them (Linaro toolchains), we use the ones available on the
# host machine.
-target-generatelocales: host-localedef
+target-generatelocales: host-localedef toolchain
$(Q)mkdir -p $(TARGET_DIR)/usr/lib/locale/
$(Q)for locale in $(GENERATE_LOCALE) ; do \
inputfile=`echo $${locale} | cut -f1 -d'.'` ; \
OpenPOWER on IntegriCloud