From: Felix Fietkau Date: Sat, 13 Dec 2014 12:01:19 +0000 (+0000) Subject: build: ensure tools are built before building the toolchain X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d63e18b406af225eb7d5fef10a060ad926ee3f19;p=openwrt%2Fsvn-archive%2Fopenwrt.git build: ensure tools are built before building the toolchain Signed-off-by: Felix Fietkau Backport of r43693 SVN-Revision: 43694 --- 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