From dab0d4214e921215aa26db3a5f05059cf526b3cf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 16 Apr 1993 20:11:42 +0000 Subject: Formerly compatMakefile.~71~ --- compatMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compatMakefile') diff --git a/compatMakefile b/compatMakefile index 34a9cf5..6a28520 100644 --- a/compatMakefile +++ b/compatMakefile @@ -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. -- cgit v1.2.3