aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-01-09 20:25:31 +0000
committerNick Clifton <nickc@redhat.com>2001-01-09 20:25:31 +0000
commit8b1e6df337acf62900dda4e8aad874b999563510 (patch)
tree09b817ba0eba8acb0858f9833f998dce9fd0b5b6 /binutils/Makefile.am
parent8c1f9e76d2e75bd32925048a0ee9871aec6e81fe (diff)
downloadfsf-binutils-gdb-8b1e6df337acf62900dda4e8aad874b999563510.zip
fsf-binutils-gdb-8b1e6df337acf62900dda4e8aad874b999563510.tar.gz
fsf-binutils-gdb-8b1e6df337acf62900dda4e8aad874b999563510.tar.bz2
Add OBJDUMP_DEFS to configure and makefile
Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r--binutils/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index 1943067..1ddf2f7 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -171,6 +171,9 @@ nm_new_SOURCES = nm.c $(BULIBS)
objdump_SOURCES = objdump.c prdbg.c $(DEBUG_SRCS) $(BULIBS)
objdump_LDADD = $(OPCODES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
+objdump.o:objdump.c
+ $(COMPILE) -c $(OBJDUMP_DEFS) $(srcdir)/objdump.c
+
underscore.c: stamp-under ; @true
stamp-under: Makefile