diff options
author | Nick Clifton <nickc@redhat.com> | 2003-08-11 09:15:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-08-11 09:15:55 +0000 |
commit | fb52b2f459b98125ab0cff0e16b421418541a8e1 (patch) | |
tree | e02dfe0201b1e6f7951f96c91c51fac13d0146f0 /binutils/Makefile.am | |
parent | e561512e3673318ad2a6d9d4fda985ee18e532ff (diff) | |
download | gdb-fb52b2f459b98125ab0cff0e16b421418541a8e1.zip gdb-fb52b2f459b98125ab0cff0e16b421418541a8e1.tar.gz gdb-fb52b2f459b98125ab0cff0e16b421418541a8e1.tar.bz2 |
Add ability for readelf to parse archives
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 1d52738..63174e4 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -477,7 +477,7 @@ readelf.o: readelf.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/elf/sparc.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/vax.h \ $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/iq2000.h \ bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ - unwind-ia64.h + unwind-ia64.h $(INCDIR)/aout/ar.h rename.o: rename.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ $(INCDIR)/fopen-same.h |