From: Joseph Myers Date: Fri, 18 Feb 2005 02:22:03 +0000 (+0000) Subject: * Makefile.am (TOOL_PROGS): Add objdump. X-Git-Tag: binutils-2_16-branchpoint~230 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac40b91956761ebc182da98f5c3cdae13c6f8696;p=thirdparty%2Fbinutils-gdb.git * Makefile.am (TOOL_PROGS): Add objdump. * Makefile.in: Regenerate. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 98fbca8f554..72ed1fe9d9d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2005-02-18 Joseph S. Myers + + * Makefile.am (TOOL_PROGS): Add objdump. + * Makefile.in: Regenerate. + 2005-02-17 Alan Modra * deflex.l (YY_NO_UNPUT): Define. diff --git a/binutils/Makefile.am b/binutils/Makefile.am index a47f235a50f..6127cac817a 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -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 diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 357cf5e142e..5dbd8a9b874 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