From: nbd Date: Sat, 13 Dec 2014 12:01:19 +0000 (+0000) Subject: build: ensure tools are built before building the toolchain X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f55b59adaa05cc6a2de8181e888e5b30e2f98112;p=14.07%2Fopenwrt.git build: ensure tools are built before building the toolchain Signed-off-by: Felix Fietkau Backport of r43693 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43694 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/Makefile b/toolchain/Makefile index 36c6ed3..7f8d62f 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