summaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2007-04-13 12:05:59 +0000
committerNathan Sidwell <nathan@codesourcery.com>2007-04-13 12:05:59 +0000
commit79e341d9afda811494e4598941f4e42ac7cdcb71 (patch)
tree254dcdfd9c3ee4e14fc2c784a4da6500fd88543b /binutils/Makefile.am
parent8c9e438473784dd43457e4739acf9122e435f184 (diff)
downloadbinutils-gdb-79e341d9afda811494e4598941f4e42ac7cdcb71.tar.gz
* Makefile.am (TOOL_PROGS): Add objcopy.
* Makefile.in: Rebuilt.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r--binutils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index da78c626acd..4f7a832f81b 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -60,7 +60,7 @@ noinst_PROGRAMS = $(RENAMED_PROGS) @BUILD_MISC@
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 objdump
+TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd