diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 17:29:14 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 17:29:14 +0000 |
commit | e8ce0626d99114a66ae48273bb1478a3454b65cf (patch) | |
tree | 7196276c295570562c620c7a36167f14c972354a /Makefile.help | |
parent | 06af2165288cd6516b89001ec9e24992619230e0 (diff) |
s/PREFIX/CONFIG_PREFIX/
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 2 |
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:' |