diff options
author | Nick Clifton <nickc@redhat.com> | 2010-05-28 12:21:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-05-28 12:21:17 +0000 |
commit | de072cdc3c691e93d469f853d2cc03597cc6d6f1 (patch) | |
tree | c98d7655d4756cbfe5bd4c93e4107c19fc1e1501 /ld/Makefile.in | |
parent | 81c5c866a5705421e71a559589cff136221054e0 (diff) | |
download | gdb-de072cdc3c691e93d469f853d2cc03597cc6d6f1.zip gdb-de072cdc3c691e93d469f853d2cc03597cc6d6f1.tar.gz gdb-de072cdc3c691e93d469f853d2cc03597cc6d6f1.tar.bz2 |
* Makefile.am (eshlelf_fd.c): Fix typo in rule.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 5066575..2c2fb84 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -2762,7 +2762,7 @@ eshelf_fd.c: $(srcdir)/emulparams/shelf_fd.sh \ ${GENSCRIPTS} shelf_fd "$(tdir_shelf_fd)" eshlelf_fd.c: $(srcdir)/emulparams/shlelf_fd.sh \ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} - ${GENSCRIPTS} shelf_fd "$(tdir_shelf_fd)" + ${GENSCRIPTS} shlelf_fd "$(tdir_shelf_fd)" eshelf_linux.c: $(srcdir)/emulparams/shelf_linux.sh \ $(srcdir)/emulparams/shlelf_linux.sh \ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |