summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2012-08-17 04:19:38 -0700
committerJoe Onorato <joeo@google.com>2012-08-17 04:19:38 -0700
commit63d56dad65941172131c7818808fd0bd50450537 (patch)
treea32f4d5fd53551877795e413a09911cfbeb2aa0b /core
parent3b4b11a4701b64df5248e7d86c0c357954a2ca10 (diff)
downloadbuild-63d56dad65941172131c7818808fd0bd50450537.zip
build-63d56dad65941172131c7818808fd0bd50450537.tar.gz
build-63d56dad65941172131c7818808fd0bd50450537.tar.bz2
Add all the host tools to the list of prerequisites for the SDK.
Change-Id: I3a3e4be8796f761119e29f3be64ad534e48c95ee
Diffstat (limited to 'core')
-rw-r--r--core/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 17f45cf..d9f9a25 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1406,7 +1406,8 @@ deps := \
$(atree_dir)/sdk.atree \
$(sdk_tools_atree_files) \
$(HOST_OUT_EXECUTABLES)/atree \
- $(HOST_OUT_EXECUTABLES)/line_endings
+ $(ALL_HOST_INSTALLED_FILES) \
+ $(HOST_OUT_EXECUTABLES)/line_endings
INTERNAL_SDK_TARGET := $(sdk_dir)/$(sdk_name).zip
$(INTERNAL_SDK_TARGET): PRIVATE_NAME := $(sdk_name)