diff options
-rw-r--r-- | Makefile.help | 4 |
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:' |