($(bindir)/make): Fix typo in echo.

This commit is contained in:
Roland McGrath 1995-01-10 11:29:08 +00:00
parent 43d5fbfc88
commit c1305a1a18

View File

@ -195,7 +195,7 @@ $(bindir)/$(binprefix)make: make
else \ else \
echo "$@ needs to be owned by group $(group) and setgid;"; \ echo "$@ needs to be owned by group $(group) and setgid;"; \
echo "otherwise the \`-l' option will probably not work."; \ echo "otherwise the \`-l' option will probably not work."; \
echo "You may need special priveleges to install $@."; \ echo "You may need special privileges to install $@."; \
fi; \ fi; \
else true; fi else true; fi
# Some systems can't deal with renaming onto a running binary. # Some systems can't deal with renaming onto a running binary.