From: Felix Fietkau Date: Sat, 13 Dec 2014 11:57:14 +0000 (+0000) Subject: build: ensure tools are built before building the toolchain X-Git-Tag: reboot~4946 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=35a9cb833ce921a3afdd1f24d9eaade2c2481c25 build: ensure tools are built before building the toolchain Signed-off-by: Felix Fietkau SVN-Revision: 43693 --- 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