CORD-1728 Fix duplicate Makefile targets

Change-Id: I89b43182f76bd72c04ceb26dcb94afe4db71e2e7
diff --git a/Makefile b/Makefile
index 2695f39..36c7906 100644
--- a/Makefile
+++ b/Makefile
@@ -272,10 +272,6 @@
 	$(ANSIBLE_PB) $(PI)/deploy-computenode-playbook.yml $(LOGCMD)
 	touch $@
 
-$(M)/onboard-profile: | $(M)/start-xos $(M)/deploy-onos
-	$(SSH_HEAD) "cd /opt/cord/build; $(ANSIBLE_PB_LOCAL) $(PI)/onboard-profile-playbook.yml" $(LOGCMD)
-	touch $@
-
 $(M)/onos-debug: | $(M)/onboard-profile
 	$(SSH_HEAD) "cd /opt/cord/build; $(ANSIBLE_PB_LOCAL) $(PI)/onos-debug-playbook.yml" $(LOGCMD)
 	touch $@