aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;"; \