[CORD-2829]
Fixed dependencies for invoking intermediate kubespray targets in
Makefile

Change-Id: Ie671ce06ef16c13b1cf0f6276a8e0347e849e177
diff --git a/Makefile b/Makefile
index d061f6c..dd65461 100644
--- a/Makefile
+++ b/Makefile
@@ -293,11 +293,11 @@
 	cd $(BUILD); $(ANSIBLE_PB) $(BUILD)/ansible/finish-kubespray.yml $(LOGCMD)
 	touch $@
 
-$(M)/install-kubernetes-tools: | $(M)/deploy-kubespray
+$(M)/install-kubernetes-tools: | $(M)/finish-kubespray
 	$(ANSIBLE_PB) $(PI)/install-kubernetes-tools-playbook.yml $(LOGCMD)
 	touch $@
 
-$(M)/start-xos-helm: | $(M)/install-kubernetes-tools $(M)/finish-kubespray $(M)/publish-docker-images
+$(M)/start-xos-helm: | $(M)/install-kubernetes-tools $(M)/publish-docker-images
 	$(ANSIBLE_PB) $(PI)/start-xos-helm-playbook.yml $(LOGCMD)
 	touch $@