diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-08-10 12:36:21 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-08-10 12:36:21 +0000 |
commit | 347a31931d24d5827051661d5cd328833922f270 (patch) | |
tree | eba58c586ba5d34850c214f218bd69785e57a898 /ld/Makefile.am | |
parent | fe8b7f87390df6090751e63ffa642f524f05691f (diff) | |
download | gdb-347a31931d24d5827051661d5cd328833922f270.zip gdb-347a31931d24d5827051661d5cd328833922f270.tar.gz gdb-347a31931d24d5827051661d5cd328833922f270.tar.bz2 |
2007-08-10 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 1f019b0..f7d2d08 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -2034,6 +2034,7 @@ pep-dll.o: pep-dll.c pe-dll.c sysdep.h config.h $(INCDIR)/fopen-same.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 +sha1.o: sha1.c config.h sha1.h ../bfd/bfd_stdint.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 \ @@ -2047,5 +2048,4 @@ deffilep.o: deffilep.c sysdep.h config.h $(INCDIR)/fopen-same.h \ $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \ ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ ld.h ldmisc.h deffile.h -sha1.o: sha1.c config.h sha1.h # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |