Browse Source

build: ensure tools are built before building the toolchain

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 43693
Felix Fietkau 11 years ago
parent
commit
35a9cb833c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/Makefile

+ 1 - 1
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