aboutsummaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-12-02 05:36:37 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-12-02 05:36:37 +0000
commit5cb40bbbd33b361d46cf4a0e75e97e9d119c1270 (patch)
tree64c14065f6422e8bae369daebdd8990b78fabafd /Makefile.help
parent4c139229611631a3497c224a61107b6b6918e3bf (diff)
downloadbusybox-w32-5cb40bbbd33b361d46cf4a0e75e97e9d119c1270.tar.gz
busybox-w32-5cb40bbbd33b361d46cf4a0e75e97e9d119c1270.tar.bz2
busybox-w32-5cb40bbbd33b361d46cf4a0e75e97e9d119c1270.zip
Fix minor discrepancy in "make help"
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.help b/Makefile.help
index e2e13de0c..513c10c4e 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -24,10 +24,10 @@ help:
24 @echo ' hosttools - build sed for the host.' 24 @echo ' hosttools - build sed for the host.'
25 @echo ' You can use these commands if the commands on the host' 25 @echo ' You can use these commands if the commands on the host'
26 @echo ' is unusable. Afterwards use it like:' 26 @echo ' is unusable. Afterwards use it like:'
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 $(CONFIG_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:'