diff options
author | Chung-Lin Tang <cltang@codesourcery.com> | 2013-09-20 10:27:11 +0000 |
---|---|---|
committer | Chung-Lin Tang <cltang@codesourcery.com> | 2013-09-20 10:27:11 +0000 |
commit | ecb33a79498ac5cdf7f284b64585e343bd1bbba3 (patch) | |
tree | a350983220a1e93cf49bb495cbcf7527a02a6566 /ld/Makefile.in | |
parent | cc9afea3e4788695be7e50621c39c1ae6f75dbc0 (diff) | |
download | fsf-binutils-gdb-ecb33a79498ac5cdf7f284b64585e343bd1bbba3.zip fsf-binutils-gdb-ecb33a79498ac5cdf7f284b64585e343bd1bbba3.tar.gz fsf-binutils-gdb-ecb33a79498ac5cdf7f284b64585e343bd1bbba3.tar.bz2 |
2013-09-20 Chung-Lin Tang <cltang@codesourcery.com>
* Makefile.am (enios2elf.c): Change tdir_nios2 to tdir_nios2elf.
* 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 21fd6b8..358d036 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -3237,7 +3237,7 @@ enews.c: $(srcdir)/emulparams/news.sh \ ${GENSCRIPTS} news "$(tdir_news)" enios2elf.c: $(srcdir)/emulparams/nios2elf.sh \ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} - ${GENSCRIPTS} nios2elf "$(tdir_nios2)" + ${GENSCRIPTS} nios2elf "$(tdir_nios2elf)" ens32knbsd.c: $(srcdir)/emulparams/ns32knbsd.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/netbsd.em \ $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} |