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
commit540a4e981d238b90a647bf0a9234069373547dfa (patch)
tree604bc0c2096d54765509b94b8102a31617c90a5a /toolchain/Makefile
parentc5957c03d4121a28f0e9c4e2f3774dc1c4f2fcd9 (diff)
downloadmaster-187ad058-540a4e981d238b90a647bf0a9234069373547dfa.tar.gz
master-187ad058-540a4e981d238b90a647bf0a9234069373547dfa.tar.bz2
master-187ad058-540a4e981d238b90a647bf0a9234069373547dfa.zip
build: ensure tools are built before building the toolchain
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43693 3c298f89-4303-0410-b956-a3cf2f4a3e73
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