diff options
author | Alan Modra <amodra@gmail.com> | 2008-09-30 07:49:32 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-09-30 07:49:32 +0000 |
commit | 782e11fd41ca37624e3d4ff348928c4d04603f96 (patch) | |
tree | 9c10a136ba4f7be95a0e6dcacd75722dd32a8d6a /ld/Makefile.am | |
parent | 33177bb15400289f41986eee3e0defd8c7c12658 (diff) | |
download | gdb-782e11fd41ca37624e3d4ff348928c4d04603f96.zip gdb-782e11fd41ca37624e3d4ff348928c4d04603f96.tar.gz gdb-782e11fd41ca37624e3d4ff348928c4d04603f96.tar.bz2 |
run "make dep-am"
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 1584a24..0093c88 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -2021,7 +2021,7 @@ ldmisc.o: ldmisc.c sysdep.h config.h $(INCDIR)/fopen-same.h \ $(INCDIR)/demangle.h $(INCDIR)/libiberty.h ld.h ldmisc.h \ ldexp.h ldlang.h ldgram.h ldlex.h ldmain.h ldfile.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h + $(INCDIR)/elf/internal.h ldver.o: ldver.c sysdep.h config.h $(INCDIR)/fopen-same.h \ ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ ../bfd/bfdver.h ld.h ldver.h ldexp.h ldlang.h ldfile.h \ @@ -2051,14 +2051,13 @@ pe-dll.o: pe-dll.c sysdep.h config.h $(INCDIR)/fopen-same.h \ $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ $(INCDIR)/safe-ctype.h ld.h ldexp.h ldlang.h ldwrite.h \ ldmisc.h ldgram.h ldmain.h ldfile.h ldemul.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h deffile.h pe-dll.h + $(BFDDIR)/libcoff.h deffile.h pe-dll.h pep-dll.o: pep-dll.c pe-dll.c sysdep.h config.h $(INCDIR)/fopen-same.h \ ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ $(INCDIR)/safe-ctype.h ld.h ldexp.h ldlang.h ldwrite.h \ ldmisc.h ldgram.h ldmain.h ldfile.h ldemul.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h deffile.h pe-dll.h \ - pep-dll.h + $(BFDDIR)/libcoff.h deffile.h pe-dll.h pep-dll.h ldgram.o: ldgram.c sysdep.h config.h $(INCDIR)/fopen-same.h \ ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ $(INCDIR)/bfdlink.h ld.h ldexp.h ldver.h ldlang.h ldfile.h \ |