aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-12-13 11:57:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-12-13 11:57:14 +0000
commit35a9cb833ce921a3afdd1f24d9eaade2c2481c25 (patch)
tree80746c29c1ec04bc1d495bc13c186e7a1eb1c0db /toolchain/Makefile
parente984869e229e0090e5383919d6e0c0b09d951ebc (diff)
downloadupstream-35a9cb833ce921a3afdd1f24d9eaade2c2481c25.tar.gz
upstream-35a9cb833ce921a3afdd1f24d9eaade2c2481c25.tar.bz2
upstream-35a9cb833ce921a3afdd1f24d9eaade2c2481c25.zip
build: ensure tools are built before building the toolchain
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43693
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 36c6ed328a..7f8d62f739 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -74,7 +74,7 @@ endif
# prerequisites for the individual targets
$(curdir)/ := .config prereq
-$(curdir)//prepare = $(STAGING_DIR)/.prepared $(TOOLCHAIN_DIR)/info.mk
+$(curdir)//prepare = $(STAGING_DIR)/.prepared $(TOOLCHAIN_DIR)/info.mk $(tools/stamp-install)
$(curdir)//compile = $(1)/prepare
$(curdir)//install = $(1)/compile