summaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2005-02-18 02:22:03 +0000
committerJoseph Myers <joseph@codesourcery.com>2005-02-18 02:22:03 +0000
commitdb90bf9d398481d95e39f9b5d7b744d14fb4af40 (patch)
tree63ae8dd7af33fc3a01b38a26ce4ce9a27dba7dfd /binutils/Makefile.in
parenta14b159165a43ab13625b484e6a578b3017f8348 (diff)
downloadbinutils-redhat-db90bf9d398481d95e39f9b5d7b744d14fb4af40.tar.gz
* Makefile.am (TOOL_PROGS): Add objdump.
* Makefile.in: Regenerate.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 357cf5e142..5dbd8a9b87 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -184,7 +184,7 @@ noinst_PROGRAMS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(DLLWRAP_PROG)
# Stuff that goes in tooldir/ if appropriate.
-TOOL_PROGS = nm-new strip-new ar ranlib dlltool
+TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd