Formerly compatMakefile.~77~

This commit is contained in:
Roland McGrath 1993-06-11 18:42:04 +00:00
parent e176cf73a5
commit 8bd226777e

View file

@ -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;"; \