diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-28 08:34:44 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-28 08:34:44 -0700 |
commit | 32a40e8ea904f037b73b249892c440fd8125b4f2 (patch) | |
tree | 9983e8bffadb323e5df485a37e5ed6b8f9baa6ec /binutils/Makefile.in | |
parent | 9cb64d222c6365f3dfb57fafb27eb11820834d95 (diff) | |
download | gdb-32a40e8ea904f037b73b249892c440fd8125b4f2.zip gdb-32a40e8ea904f037b73b249892c440fd8125b4f2.tar.gz gdb-32a40e8ea904f037b73b249892c440fd8125b4f2.tar.bz2 |
Also install readelf into tooldir/bin directory
* Makefile.am (TOOL_PROGS): Add readelf.
* Makefile.in: Regenerated.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 2c4d81b..5642925 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -484,7 +484,7 @@ TEST_PROGS = $(BFDTEST1_PROG) $(BFDTEST2_PROG) RENAMED_PROGS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_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 INCDIR = $(BASEDIR)/include |