summaryrefslogtreecommitdiff
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-w32-e8ce0626d99114a66ae48273bb1478a3454b65cf.tar.gz
busybox-w32-e8ce0626d99114a66ae48273bb1478a3454b65cf.tar.bz2
busybox-w32-e8ce0626d99114a66ae48273bb1478a3454b65cf.zip
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:
27 @echo ' make SED="$(objtree)/sed"' 27 @echo ' make SED="$(objtree)/sed"'
28 @echo 28 @echo
29 @echo 'Installation:' 29 @echo 'Installation:'
30 @echo ' install - install busybox into $(PREFIX)' 30 @echo ' install - install busybox into $(CONFIG_PREFIX)'
31 @echo ' uninstall' 31 @echo ' uninstall'
32 @echo 32 @echo
33 @echo 'Development:' 33 @echo 'Development:'