diff --git a/scstadmin/Makefile b/scstadmin/Makefile index 5d7b1be0a..eebdbc9fe 100644 --- a/scstadmin/Makefile +++ b/scstadmin/Makefile @@ -94,11 +94,11 @@ install install_vendor: for s in iscsi-scst qla2x00t; do \ { $(call REMOVE_FN,$$s); } >/dev/null 2>&1; \ done - echo - echo 'If you want SCST to start automatically at boot time, run' \ + @echo + @echo 'If you want SCST to start automatically at boot time, run' \ 'the following command:' - $(call ECHO_INSTALL_FN,scst) - echo + @$(call ECHO_INSTALL_FN,scst) + @echo uninstall: if [ -e $(DESTDIR)$(DEFAULTDIR)/scst ]; then \