aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-06-07 03:43:33 +0000
committerAlan Modra <amodra@gmail.com>2000-06-07 03:43:33 +0000
commit1b452ec66bd22e10bfa182d8e6995f0037486560 (patch)
tree0de40f36aea82f8394c6fff3aab17271dcae57fa /bfd/Makefile.am
parent3e0bf9f1f0e77a5d40d6799fa49795350c39333e (diff)
downloadfsf-binutils-gdb-1b452ec66bd22e10bfa182d8e6995f0037486560.zip
fsf-binutils-gdb-1b452ec66bd22e10bfa182d8e6995f0037486560.tar.gz
fsf-binutils-gdb-1b452ec66bd22e10bfa182d8e6995f0037486560.tar.bz2
Get rid of the -1 dummy valued enum in START_RELOC_NUMBERS.
Remove duplicate reloc enums in elf32-d[13]0v.c Remove EMPTY_HOWTOs in elf32-i386.c
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 380b993..1b6a0a7 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -900,10 +900,12 @@ elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
elf32-target.h
elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
- $(INCDIR)/bfdlink.h elf32-target.h
+ $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
+ elf32-target.h
elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
- $(INCDIR)/bfdlink.h elf32-target.h
+ $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
+ elf32-target.h
elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
$(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \