diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-16 11:38:53 +0200 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-16 11:36:43 -0700 |
commit | dba14eb59fa558eee0439dde7f98c9fd49bccb4c (patch) | |
tree | c18c4c5bf817b1452c4a2c5c764af40b60d0b7b0 /Makefile.help | |
parent | 6b95077fcb846b21c9b507eaf804e44a8ccd212e (diff) | |
download | uClibc-alpine-dba14eb59fa558eee0439dde7f98c9fd49bccb4c.tar.bz2 uClibc-alpine-dba14eb59fa558eee0439dde7f98c9fd49bccb4c.tar.xz |
remove readelf from helptext
readelf was removed
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.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:' |