diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-02 05:36:37 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-02 05:36:37 +0000 |
commit | 5cb40bbbd33b361d46cf4a0e75e97e9d119c1270 (patch) | |
tree | 64c14065f6422e8bae369daebdd8990b78fabafd /Makefile.help | |
parent | 4c139229611631a3497c224a61107b6b6918e3bf (diff) |
Fix minor discrepancy in "make help"
Diffstat (limited to 'Makefile.help')
-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: @echo ' hosttools - build sed for the host.' @echo ' You can use these commands if the commands on the host' @echo ' is unusable. Afterwards use it like:' - @echo ' make SED="$(objtree)/sed"' + @echo ' make SED="$(objtree)/sed"' @echo @echo 'Installation:' - @echo ' install - install busybox into $(CONFIG_PREFIX)' + @echo ' install - install busybox into CONFIG_PREFIX' @echo ' uninstall' @echo @echo 'Development:' |