* Makefile.am (TOOL_PROGS): Add objdump.
* Makefile.in: Regenerate.
This commit is contained in:
parent
744b641437
commit
ac40b91956
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue