aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-06-11 18:42:04 +0000
committerRoland McGrath <roland@redhat.com>1993-06-11 18:42:04 +0000
commit8bd226777efe0ea1eb2f4a2d33605db971efc67f (patch)
treec4f0f804bc8e4bb0bd6e5f1cbeeed806acd14cae
parente176cf73a5c0733a8b6e95bdeb375e3a5fcaeee5 (diff)
downloadgunmake-8bd226777efe0ea1eb2f4a2d33605db971efc67f.tar.gz
Formerly compatMakefile.~77~
-rw-r--r--compatMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile
index 56fc8dd..6335682 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -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;"; \