]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly compatMakefile.~77~
authorRoland McGrath <roland@redhat.com>
Fri, 11 Jun 1993 18:42:04 +0000 (18:42 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 11 Jun 1993 18:42:04 +0000 (18:42 +0000)
compatMakefile

index 56fc8ddc76224125fd2a786ccdf0c680fd4069fe..6335682103a8cd5429defb7dfdacd9e50dbbc7f1 100644 (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;"; \