diff options
author | Alan Modra <amodra@gmail.com> | 2017-07-07 10:30:53 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-07-07 10:35:31 +0930 |
commit | aff6079bc770cb97f29f0bf15467f8c04bd1383c (patch) | |
tree | d423058d470185cb098cd1a3f50c978e279ce7d9 /ld/Makefile.am | |
parent | 1cf9552bf1c77df8850de01d48e1057a27415314 (diff) | |
download | fsf-binutils-gdb-aff6079bc770cb97f29f0bf15467f8c04bd1383c.zip fsf-binutils-gdb-aff6079bc770cb97f29f0bf15467f8c04bd1383c.tar.gz fsf-binutils-gdb-aff6079bc770cb97f29f0bf15467f8c04bd1383c.tar.bz2 |
Apply ld/Makefile.in patch to the correct file
Makefile.in is generated.
* Makefile.am (eelf64_s390.c): Depend on emultempl/s390.em.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index fcd4c36..625347f 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1938,6 +1938,7 @@ eelf64_ia64_vms.c: $(srcdir)/emulparams/elf64_ia64_vms.sh \ $(srcdir)/scripttempl/ia64vms.sc ${GEN_DEPENDS} eelf64_s390.c: $(srcdir)/emulparams/elf64_s390.sh \ + $(srcdir)/emultempl/s390.em \ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \ |