aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-08-28 08:34:44 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-08-28 08:34:44 -0700
commit32a40e8ea904f037b73b249892c440fd8125b4f2 (patch)
tree9983e8bffadb323e5df485a37e5ed6b8f9baa6ec /binutils/Makefile.am
parent9cb64d222c6365f3dfb57fafb27eb11820834d95 (diff)
downloadbinutils-32a40e8ea904f037b73b249892c440fd8125b4f2.zip
binutils-32a40e8ea904f037b73b249892c440fd8125b4f2.tar.gz
binutils-32a40e8ea904f037b73b249892c440fd8125b4f2.tar.bz2
Also install readelf into tooldir/bin directory
* Makefile.am (TOOL_PROGS): Add readelf. * Makefile.in: Regenerated.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r--binutils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index b55dbd6..1735022 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -103,7 +103,7 @@ noinst_PROGRAMS = $(RENAMED_PROGS) $(TEST_PROGS) @BUILD_MISC@
EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(WINDMC_PROG) $(DLLWRAP_PROG)
# Stuff that goes in tooldir/ if appropriate.
-TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy
+TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy readelf
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd