diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-06-25 00:02:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-06-25 00:02:38 +0000 |
commit | d8332b2c481ddd3a43b911a225a42098cf8ab807 (patch) | |
tree | 1f619812a7dad4fb8ee1b1434d42c2eaaca8ea12 /binutils | |
parent | 9154d6889d01f3cc0f44ccf92c543cbdbc242c35 (diff) | |
download | gdb-d8332b2c481ddd3a43b911a225a42098cf8ab807.zip gdb-d8332b2c481ddd3a43b911a225a42098cf8ab807.tar.gz gdb-d8332b2c481ddd3a43b911a225a42098cf8ab807.tar.bz2 |
rebuild dependencies
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/Makefile.am | 7 | ||||
-rw-r--r-- | binutils/Makefile.in | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 300241f..553cc7b 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -398,9 +398,6 @@ objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/getopt.h $(INCDIR)/progress.h bucomm.h config.h \ $(INCDIR)/fopen-same.h $(INCDIR)/dis-asm.h $(INCDIR)/libiberty.h \ $(INCDIR)/demangle.h debug.h budbg.h $(INCDIR)/aout/aout64.h -readelf.o: readelf.c $(INCDIR)/ansidecl.h ./readelf.h \ - $(INCDIR)/progress.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \ - $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/elf/common.h prdbg.o: prdbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \ debug.h budbg.h @@ -444,6 +441,10 @@ rescoff.o: rescoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ resbin.o: resbin.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \ windres.h +readelf.o: readelf.c readelf.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/elf/common.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/m32r.h \ + $(INCDIR)/elf/mips.h bucomm.h config.h $(INCDIR)/fopen-same.h \ + $(INCDIR)/getopt.h underscore.o: underscore.c arparse.o: arparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ bucomm.h config.h $(INCDIR)/fopen-same.h arsup.h diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 45312e1..0e90d7d 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -1170,9 +1170,6 @@ objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/getopt.h $(INCDIR)/progress.h bucomm.h config.h \ $(INCDIR)/fopen-same.h $(INCDIR)/dis-asm.h $(INCDIR)/libiberty.h \ $(INCDIR)/demangle.h debug.h budbg.h $(INCDIR)/aout/aout64.h -readelf.o: readelf.c $(INCDIR)/ansidecl.h ./readelf.h \ - $(INCDIR)/progress.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \ - $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/elf/common.h prdbg.o: prdbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \ debug.h budbg.h @@ -1216,6 +1213,10 @@ rescoff.o: rescoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ resbin.o: resbin.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \ windres.h +readelf.o: readelf.c readelf.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/elf/common.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/m32r.h \ + $(INCDIR)/elf/mips.h bucomm.h config.h $(INCDIR)/fopen-same.h \ + $(INCDIR)/getopt.h underscore.o: underscore.c arparse.o: arparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ bucomm.h config.h $(INCDIR)/fopen-same.h arsup.h |