diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-07 20:55:54 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-07 20:55:54 +0000 |
commit | c281901ecf83af2fae2b0776db4e9a6a8caa7964 (patch) | |
tree | 7662e1d6ac1edfa79b90a6d5b0f509c73e3937b0 | |
parent | 6ed6bdea68ae40b89d1f1073b67c5483e03c3c96 (diff) |
- tidy up indentation
-rw-r--r-- | Makefile.help | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.help b/Makefile.help index ba7b20590..b8d2edc3c 100644 --- a/Makefile.help +++ b/Makefile.help @@ -40,6 +40,6 @@ help: @echo ' - Quiet build' @echo ' V=1 - Verbose build' @echo ' V=2 - Very verbose build' - @echo ' CROSS= - Override CROSS_COMPILER_PREFIX from .config' - @echo ' SHELL= - Shell to use for make' + @echo ' CROSS= - Override CROSS_COMPILER_PREFIX from .config' + @echo ' SHELL= - Shell to use for make' @echo ' CONFIG_SHELL= - Shell to use for menuconfig' |