Skip to content
Snippets Groups Projects
Commit 35a9cb83 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: ensure tools are built before building the toolchain


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 43693
parent e984869e
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ endif ...@@ -74,7 +74,7 @@ endif
# prerequisites for the individual targets # prerequisites for the individual targets
$(curdir)/ := .config prereq $(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)//compile = $(1)/prepare
$(curdir)//install = $(1)/compile $(curdir)//install = $(1)/compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment