diff --git a/compatMakefile b/compatMakefile index 56fc8ddc..63356821 100644 --- a/compatMakefile +++ b/compatMakefile @@ -188,7 +188,7 @@ installdirs: $(bindir)/$(instname): make $(INSTALL_PROGRAM) make $@.new @if $(install_setgid); then \ - if chgrp $(group) $@.new && chmod g+s $@.new; then + if chgrp $(group) $@.new && chmod g+s $@.new; then \ echo "chgrp $(group) $@.new && chmod g+s $@.new"; \ else \ echo "$@ needs to be owned by group $(group) and setgid;"; \