Fix minor discrepancy in "make help"

This commit is contained in:
Denis Vlasenko 2007-12-02 05:36:37 +00:00
parent 4c13922961
commit 5cb40bbbd3

View File

@ -24,10 +24,10 @@ help:
@echo ' hosttools - build sed for the host.' @echo ' hosttools - build sed for the host.'
@echo ' You can use these commands if the commands on the host' @echo ' You can use these commands if the commands on the host'
@echo ' is unusable. Afterwards use it like:' @echo ' is unusable. Afterwards use it like:'
@echo ' make SED="$(objtree)/sed"' @echo ' make SED="$(objtree)/sed"'
@echo @echo
@echo 'Installation:' @echo 'Installation:'
@echo ' install - install busybox into $(CONFIG_PREFIX)' @echo ' install - install busybox into CONFIG_PREFIX'
@echo ' uninstall' @echo ' uninstall'
@echo @echo
@echo 'Development:' @echo 'Development:'