Browse Source

remove readelf from helptext

readelf was removed

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 years ago
parent
commit
76023993fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.help

+ 1 - 1
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:'