diff options
author | Roland McGrath <roland@redhat.com> | 1993-06-11 18:42:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-06-11 18:42:04 +0000 |
commit | 8bd226777efe0ea1eb2f4a2d33605db971efc67f (patch) | |
tree | c4f0f804bc8e4bb0bd6e5f1cbeeed806acd14cae /compatMakefile | |
parent | e176cf73a5c0733a8b6e95bdeb375e3a5fcaeee5 (diff) | |
download | gunmake-8bd226777efe0ea1eb2f4a2d33605db971efc67f.tar.gz |
Formerly compatMakefile.~77~
Diffstat (limited to 'compatMakefile')
-rw-r--r-- | compatMakefile | 2 |
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;"; \ |