diff options
author | Alan Modra <amodra@gmail.com> | 2016-09-30 18:27:36 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-10-01 00:37:26 +0930 |
commit | 92c6e4fe5d6f30a24fe15795a6a3b25afd0b24c9 (patch) | |
tree | e5ea2344ff56cc47c36c2de057dc30f34f1e0636 /bfd/Makefile.in | |
parent | 744ce3025e82a59c13642c57e38febd8ff531f9b (diff) | |
download | gdb-92c6e4fe5d6f30a24fe15795a6a3b25afd0b24c9.zip gdb-92c6e4fe5d6f30a24fe15795a6a3b25afd0b24c9.tar.gz gdb-92c6e4fe5d6f30a24fe15795a6a3b25afd0b24c9.tar.bz2 |
Add missing dependencies to BFD_H_FILES
* Makefile.am (BFD_H_FILES): Add linker.c and simple.c. Sort
as per comment at head of bfd-in2.h.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 02332ca..125a6c8 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1170,9 +1170,10 @@ noinst_LIBRARIES = libbfd.a libbfd_a_SOURCES = BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h LOCAL_H_DEPS = libbfd.h sysdep.h config.h -BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \ - reloc.c syms.c bfd.c bfdio.c bfdwin.c \ - archive.c corefile.c targets.c format.c compress.c +BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c \ + bfdio.c bfdwin.c section.c archures.c reloc.c \ + syms.c bfd.c archive.c corefile.c targets.c format.c \ + linker.c simple.c compress.c BFD64_H_FILES = archive64.c LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \ |