aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-03-20 17:50:08 +0000
committerEric Andersen <andersen@codepoet.org>2006-03-20 17:50:08 +0000
commita6db0eef59ece2b9da6807fa9bdab59a87db8da3 (patch)
tree1e5a1ca97995d35bc5c649adb05a161fdfc05002 /Makefile
parent28a6afe975c65ee25e5739b1d52eb24b2a8f27c9 (diff)
downloadbusybox-a6db0eef59ece2b9da6807fa9bdab59a87db8da3.tar.gz
Willy Tarreau writes:
I encountered a little typo in 'make help' : the prefix was noted "$prefix" instead of "$(PREFIX)".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9df88d5bd..5e65be73a 100644
--- 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:'