diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-16 11:38:53 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-16 11:38:53 +0200 |
commit | 76023993fcb353dfa7241786737e1641d980180e (patch) | |
tree | 02a5a9fd71924f138ceb403714a6d757c62d7549 /Makefile.help | |
parent | 07e0ce9fa7f428720bee9decb5d0bb368108d93f (diff) |
remove readelf from helptext
readelf was removed
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help index 4fb8a6f56..78ec1ef9d 100644 --- a/Makefile.help +++ b/Makefile.help @@ -15,7 +15,7 @@ help: @echo ' all - libraries and generated headers' @echo ' pregen - generate headers' @echo ' utils - build target utilities' - @echo ' (readelf, ldd, ldconfig, locale, iconv)' + @echo ' (ldd, ldconfig, locale, iconv)' @echo ' hostutils - build host utilities (see utils)' @echo @echo 'Configuration:' |