diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-07-17 17:53:28 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-07-17 17:53:28 +0000 |
commit | 58378160bbc352fd1f0319d00563210ec321599e (patch) | |
tree | aa784a59b9f172134f98d2ec4a386a1f14023543 /bfd/Makefile.am | |
parent | afa6e5a5e66b0c3eb7dc46c2b43b4e6a97dd4ed9 (diff) | |
download | gdb-58378160bbc352fd1f0319d00563210ec321599e.zip gdb-58378160bbc352fd1f0319d00563210ec321599e.tar.gz gdb-58378160bbc352fd1f0319d00563210ec321599e.tar.bz2 |
2002-07-17 H.J. Lu <hjl@gnu.org>
* Makefile.am: Fix a typo.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |