[CORD-2051]
make start-xos depend on cord-config, fixes dev loop

Change-Id: I53392e5e9843903992e90914a10545f5b1738314
diff --git a/Makefile b/Makefile
index d03c110..ff1c297 100644
--- a/Makefile
+++ b/Makefile
@@ -291,7 +291,7 @@
 	$(SSH_BUILD) "cd $(BUILD_CORD_DIR)/build; $(ANSIBLE_PB_LOCAL) $(PI)/publish-images-playbook.yml" $(LOGCMD)
 	touch $@
 
-$(M)/start-xos: | $(M)/prep-headnode $(M)/core-image $(START_XOS_PREREQS)
+$(M)/start-xos: | $(M)/prep-headnode $(M)/cord-config $(M)/core-image $(START_XOS_PREREQS)
 	$(SSH_HEAD) "cd /opt/cord/build; $(ANSIBLE_PB_LOCAL) $(PI)/start-xos-playbook.yml" $(LOGCMD)
 	touch $@