mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-06 05:04:42 +00:00
($(bindir)/make): Fix typo in echo.
This commit is contained in:
parent
43d5fbfc88
commit
c1305a1a18
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ $(bindir)/$(binprefix)make: make
|
|||
else \
|
||||
echo "$@ needs to be owned by group $(group) and setgid;"; \
|
||||
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; \
|
||||
else true; fi
|
||||
# Some systems can't deal with renaming onto a running binary.
|
||||
|
|
Loading…
Reference in a new issue