diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-03-20 17:50:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-03-20 17:50:08 +0000 |
commit | a6db0eef59ece2b9da6807fa9bdab59a87db8da3 (patch) | |
tree | 1e5a1ca97995d35bc5c649adb05a161fdfc05002 | |
parent | 28a6afe975c65ee25e5739b1d52eb24b2a8f27c9 (diff) | |
download | busybox-w32-a6db0eef59ece2b9da6807fa9bdab59a87db8da3.tar.gz busybox-w32-a6db0eef59ece2b9da6807fa9bdab59a87db8da3.tar.bz2 busybox-w32-a6db0eef59ece2b9da6807fa9bdab59a87db8da3.zip |
Willy Tarreau writes:
I encountered a little typo in 'make help' : the prefix was
noted "$prefix" instead of "$(PREFIX)".
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ help: | |||
128 | @echo ' oldconfig - resolve any unresolved symbols in .config' | 128 | @echo ' oldconfig - resolve any unresolved symbols in .config' |
129 | @echo | 129 | @echo |
130 | @echo 'Installation:' | 130 | @echo 'Installation:' |
131 | @echo ' install - install busybox into $prefix' | 131 | @echo ' install - install busybox into $(PREFIX)' |
132 | @echo ' uninstall' | 132 | @echo ' uninstall' |
133 | @echo | 133 | @echo |
134 | @echo 'Development:' | 134 | @echo 'Development:' |