diff options
author | Nick Clifton <nickc@redhat.com> | 2004-10-25 12:26:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-10-25 12:26:04 +0000 |
commit | a394c00fe601094be18607099c3e92f0c9ea783d (patch) | |
tree | 02d9ecd4a25731c230386c41de0bcd34be863d01 /gas/Makefile.in | |
parent | d79b3d5057332a6e4181cab6e53d7371612c66a7 (diff) | |
download | gdb-a394c00fe601094be18607099c3e92f0c9ea783d.zip gdb-a394c00fe601094be18607099c3e92f0c9ea783d.tar.gz gdb-a394c00fe601094be18607099c3e92f0c9ea783d.tar.bz2 |
Add ARM CFI support
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index d86cfb0..4a94899 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.1 from Makefile.am. +# Makefile.in generated by automake 1.9.2 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -825,7 +825,7 @@ DEPTC_arm_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ $(INCDIR)/opcode/arm.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \ - dwarf2dbg.h + dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h DEPTC_avr_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-avr.h $(INCDIR)/coff/internal.h \ @@ -2857,9 +2857,9 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -rm -f m68k-parse.c -rm -f itbl-lex.c -rm -f itbl-parse.c + -rm -f m68k-parse.c clean: clean-recursive clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ |