diff options
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/Makefile.am | 2 | ||||
-rw-r--r-- | bfd/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 235f961..6128b86 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-07-17 H.J. Lu <hjl@gnu.org> + + * Makefile.am: Fix a typo. + * Makefile.in: Regenerate. + 2002-07-15 Denis Chertykov <denisc@overta.ru> Frank Ch. Eigler <fche@redhat.com> Ben Elliston <bje@redhat.com> diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 8b416f2..47b9f73 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -216,7 +216,7 @@ BFD32_BACKENDS = \ elf32-i860.lo \ elf32-i960.lo \ elf32-ia64.lo \ - elf32-ip2k.c \ + elf32-ip2k.lo \ elf32-m32r.lo \ elf32-m68hc11.lo \ elf32-m68hc12.lo \ diff --git a/bfd/Makefile.in b/bfd/Makefile.in index e00218f..eb7ca68 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -344,7 +344,7 @@ BFD32_BACKENDS = \ elf32-i860.lo \ elf32-i960.lo \ elf32-ia64.lo \ - elf32-ip2k.c \ + elf32-ip2k.lo \ elf32-m32r.lo \ elf32-m68hc11.lo \ elf32-m68hc12.lo \ |