diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-13 12:01:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-13 12:01:19 +0000 |
commit | 8d1e667fff69c5fe28cece93821ed4a15836f662 (patch) | |
tree | 489edef5f9b8dcd308f5741b2220517941028841 | |
parent | 9e9457ce8f13f53dec14a689a3fcf2e8fb3f2c1e (diff) | |
download | upstream-8d1e667fff69c5fe28cece93821ed4a15836f662.tar.gz upstream-8d1e667fff69c5fe28cece93821ed4a15836f662.tar.bz2 upstream-8d1e667fff69c5fe28cece93821ed4a15836f662.zip |
build: ensure tools are built before building the toolchain
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r43693
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43694 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | toolchain/Makefile | 2 |
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 |