summaryrefslogtreecommitdiff
path: root/compatMakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-04-16 20:11:42 +0000
committerRoland McGrath <roland@redhat.com>1993-04-16 20:11:42 +0000
commitdab0d4214e921215aa26db3a5f05059cf526b3cf (patch)
treebef397ed59ae85fcfb4f5231b5a1fa4f34e33dd8 /compatMakefile
parent088a491f10586d1f3ac0411e4230820567e7e37a (diff)
downloadgunmake-dab0d4214e921215aa26db3a5f05059cf526b3cf.tar.gz
Formerly compatMakefile.~71~
Diffstat (limited to 'compatMakefile')
-rw-r--r--compatMakefile2
1 files changed, 1 insertions, 1 deletions
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.