projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a6afe
)
Willy Tarreau writes:
author
Eric Andersen
<andersen@codepoet.org>
Mon, 20 Mar 2006 17:50:08 +0000
(17:50 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 20 Mar 2006 17:50:08 +0000
(17:50 -0000)
I encountered a little typo in 'make help' : the prefix was
noted "$prefix" instead of "$(PREFIX)".
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9df88d5bd71677811dd215c0f64692e599a03296..5e65be73a5fafbe6efb675ef99f7f5234c483a08 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-128,7
+128,7
@@
help:
@echo ' oldconfig - resolve any unresolved symbols in .config'
@echo
@echo 'Installation:'
- @echo ' install - install busybox into $
prefix
'
+ @echo ' install - install busybox into $
(PREFIX)
'
@echo ' uninstall'
@echo
@echo 'Development:'