aboutsummaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-02-03 17:29:14 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-02-03 17:29:14 +0000
commite8ce0626d99114a66ae48273bb1478a3454b65cf (patch)
tree7196276c295570562c620c7a36167f14c972354a /Makefile.help
parent06af2165288cd6516b89001ec9e24992619230e0 (diff)
downloadbusybox-e8ce0626d99114a66ae48273bb1478a3454b65cf.tar.gz
s/PREFIX/CONFIG_PREFIX/
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help
index a1ff4fcb8..fc661b110 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -27,7 +27,7 @@ help:
@echo ' make SED="$(objtree)/sed"'
@echo
@echo 'Installation:'
- @echo ' install - install busybox into $(PREFIX)'
+ @echo ' install - install busybox into $(CONFIG_PREFIX)'
@echo ' uninstall'
@echo
@echo 'Development:'