diff options
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/Makefile.in | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 291f51f..e24843e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2005-05-19 Kelley Cook <kcook@gcc.gnu.org> + + * Makefile.in: Regenerate. + 2005-05-17 Zack Weinberg <zack@codesourcery.com> * arm-dis.c (thumb_opcodes): Add disassembly for V6T2 16-bit diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 54170bd..ec3cb6d 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -50,7 +50,6 @@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/../bfd/acinclude.m4 \ - $(top_srcdir)/../config/accross.m4 \ $(top_srcdir)/../config/acx.m4 $(top_srcdir)/../bfd/bfd.m4 \ $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \ $(top_srcdir)/../gettext.m4 $(top_srcdir)/configure.in |