Merge "Moved slicing service in a separate target"
diff --git a/mcord/Makefile b/mcord/Makefile
index 59e526f..341158a 100644
--- a/mcord/Makefile
+++ b/mcord/Makefile
@@ -13,7 +13,7 @@
 RUN_TOSCA=python ../common/run_tosca.py $(XOS_UI_PORT) $(ADMIN_USERNAME) $(ADMIN_PASSWORD)
 
 .PHONY: xos
-xos: prereqs dirs download_xos download_services bootstrap onboarding podconfig slicing-ui
+xos: prereqs dirs download_xos download_services bootstrap onboarding podconfig
 
 prereqs:
 	sudo make -f ../common/Makefile.prereqs