diff options
author | Alan Modra <amodra@gmail.com> | 2004-09-17 06:15:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-09-17 06:15:39 +0000 |
commit | 9c933e04c609174aec41f5a1e47bfb22c3a542bf (patch) | |
tree | 3f2450d65907e1220349ee98b46720431f547012 /ld/Makefile.am | |
parent | 8ae854217c1ce26c568d0a210b9981ea9de9051f (diff) | |
download | gdb-9c933e04c609174aec41f5a1e47bfb22c3a542bf.zip gdb-9c933e04c609174aec41f5a1e47bfb22c3a542bf.tar.gz gdb-9c933e04c609174aec41f5a1e47bfb22c3a542bf.tar.bz2 |
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* aclocal.m4: Regenerate.
* po/ld.pot: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index bb7f505..22007e1 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1755,7 +1755,8 @@ ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h sysdep.h config.h \ $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \ ld.h $(INCDIR)/bin-bugs.h ldmisc.h ldexp.h ldlang.h \ - ldgram.h ldlex.h ldmain.h ldfile.h + ldgram.h ldlex.h ldmain.h ldfile.h $(BFDDIR)/elf-bfd.h \ + $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h ../bfd/bfdver.h sysdep.h config.h \ $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h ldver.h \ |