diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-13 11:57:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-13 11:57:14 +0000 |
commit | 35a9cb833ce921a3afdd1f24d9eaade2c2481c25 (patch) | |
tree | 80746c29c1ec04bc1d495bc13c186e7a1eb1c0db /toolchain | |
parent | e984869e229e0090e5383919d6e0c0b09d951ebc (diff) | |
download | upstream-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')
-rw-r--r-- | toolchain/Makefile | 2 |
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 |