diff options
author | Alan Modra <amodra@gmail.com> | 2003-12-02 08:14:35 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-12-02 08:14:35 +0000 |
commit | 9fa06c65f0a3ac9f9c501c7db1a096c3e1de8a63 (patch) | |
tree | daecabd0dde6fd77b6969239a5e4899a51c4ab16 /gas/Makefile.in | |
parent | d91e5b0a5dd6780f9e13a4b016fc7b2d97bcca67 (diff) | |
download | gdb-9fa06c65f0a3ac9f9c501c7db1a096c3e1de8a63.zip gdb-9fa06c65f0a3ac9f9c501c7db1a096c3e1de8a63.tar.gz gdb-9fa06c65f0a3ac9f9c501c7db1a096c3e1de8a63.tar.bz2 |
make "dep-am"
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 4f1acb9..beed770 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -1254,19 +1254,21 @@ DEPTC_sh64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ DEPTC_sparc_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-sparc.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/sparc.h + $(INCDIR)/opcode/sparc.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h DEPTC_sparc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-sparc.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \ - $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h + $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h dw2gencfi.h \ + $(INCDIR)/elf/dwarf2.h DEPTC_sparc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/sparc.h $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \ + $(INCDIR)/opcode/sparc.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \ dwarf2dbg.h DEPTC_tahoe_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ @@ -1399,7 +1401,7 @@ DEPTC_xtensa_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(INCDIR)/xtensa-config.h sb.h $(INCDIR)/safe-ctype.h \ subsegs.h $(INCDIR)/obstack.h $(srcdir)/config/xtensa-relax.h \ $(INCDIR)/xtensa-isa.h $(srcdir)/config/xtensa-istack.h \ - struc-symbol.h + dwarf2dbg.h struc-symbol.h DEPTC_z8k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \ |