From 63d56dad65941172131c7818808fd0bd50450537 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Fri, 17 Aug 2012 04:19:38 -0700 Subject: [PATCH] Add all the host tools to the list of prerequisites for the SDK. Change-Id: I3a3e4be8796f761119e29f3be64ad534e48c95ee --- core/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 17f45cfa25..d9f9a25df2 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)