projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d5fbf
)
($(bindir)/make): Fix typo in echo.
author
Roland McGrath
<roland@redhat.com>
Tue, 10 Jan 1995 11:29:08 +0000
(11:29 +0000)
committer
Roland McGrath
<roland@redhat.com>
Tue, 10 Jan 1995 11:29:08 +0000
(11:29 +0000)
compatMakefile
patch
|
blob
|
history
diff --git
a/compatMakefile
b/compatMakefile
index be057e55df951566a4872968e82b16832b95c5f4..eca3244c30f7bf5a9dbfc7fa46a73f6fb7e9a8ca 100644
(file)
--- a/
compatMakefile
+++ b/
compatMakefile
@@
-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 priv
e
leges to install $@."; \
+ echo "You may need special priv
i
leges to install $@."; \
fi; \
else true; fi
# Some systems can't deal with renaming onto a running binary.