Formerly compatMakefile.~71~
authorRoland McGrath <roland@redhat.com>
Fri, 16 Apr 1993 20:11:42 +0000 (20:11 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 16 Apr 1993 20:11:42 +0000 (20:11 +0000)
compatMakefile

index 34a9cf5..6a28520 100644 (file)
@@ -180,7 +180,7 @@ install: $(bindir)/$(instname) $(infodir)/$(instname).info \
 $(bindir)/$(instname): make
        $(INSTALL_PROGRAM) make $@.new
 # These are necessary for load-average checking to work on most Unix machines.
-       -if $(install_setgid); then \
+       if $(install_setgid); then \
          chgrp $(group) $@.new && chmod g+s $@.new; \
        else true; fi
 # Some systems can't deal with renaming onto a running binary.