diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-01 06:03:28 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-01 06:03:28 +0000 |
commit | d1ee1a893ecded8951c4d007b0353df3773abb4d (patch) | |
tree | 73c8711791011a41e78a11d27d4a69a95004359c /bfd/Makefile.in | |
parent | c3eb25fc2533987ff51218efc12267fe51545070 (diff) | |
download | gdb-d1ee1a893ecded8951c4d007b0353df3773abb4d.zip gdb-d1ee1a893ecded8951c4d007b0353df3773abb4d.tar.gz gdb-d1ee1a893ecded8951c4d007b0353df3773abb4d.tar.bz2 |
Fixed dependencies
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index b31b32c..b54cabf 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -66,7 +66,7 @@ BFD_H=$(INCDIR)/bfd.h CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c archures.c \ coff-i386.c aout64.c aout32.c sunos.c demo64.c coff-i960.c srec.c \ oasys.c ieee.c coff-m68k.c coff-a29k.c coff-rs6000.c \ - format.c section.c core.c syms.c stabs-syms.c reloc.c init.c ctor.c \ + format.c section.c core.c syms.c stab-syms.c reloc.c init.c ctor.c \ coff-m88k.c coff-mips.c trad-core.c newsos3.c i386aout.c bout.c elf.c \ cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c cpu-m88k.c \ cpu-vax.c cpu-mips.c cpu-a29k.c cpu-i386.c cpu-rs6000.c coff-h8300.c |