From: Roland McGrath Date: Fri, 11 Jun 1993 18:42:04 +0000 (+0000) Subject: Formerly compatMakefile.~77~ X-Git-Tag: 3.70.2~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8bd226777efe0ea1eb2f4a2d33605db971efc67f;p=thirdparty%2Fmake.git Formerly compatMakefile.~77~ --- 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;"; \