瀏覽代碼

build: ensure tools are built before building the toolchain

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

SVN-Revision: 43693
Felix Fietkau 11 年之前
父節點
當前提交
35a9cb833c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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