* Makefile.am (TOOL_PROGS): Add objdump.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 18 Feb 2005 02:22:03 +0000 (02:22 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 18 Feb 2005 02:22:03 +0000 (02:22 +0000)
* Makefile.in: Regenerate.

binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in

index 98fbca8..72ed1fe 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-18  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * Makefile.am (TOOL_PROGS): Add objdump.
+       * Makefile.in: Regenerate.
+
 2005-02-17  Alan Modra  <amodra@bigpond.net.au>
 
        * deflex.l (YY_NO_UNPUT): Define.
index a47f235..6127cac 100644 (file)
@@ -63,7 +63,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
index 357cf5e..5dbd8a9 100644 (file)
@@ -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