This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/binutils-2_29-branch] Apply ld/Makefile.in patch to the correct file


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=96d6939eafd1c7c8533fa198578e39b9df204d79

commit 96d6939eafd1c7c8533fa198578e39b9df204d79
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Jul 7 10:30:53 2017 +0930

    Apply ld/Makefile.in patch to the correct file
    
    Makefile.in is generated.
    
    	* Makefile.am (eelf64_s390.c): Depend on emultempl/s390.em.

Diff:
---
 ld/ChangeLog   | 4 ++++
 ld/Makefile.am | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 166d80f..be33100 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-07  Alan Modra  <amodra@gmail.com>
+
+	* Makefile.am (eelf64_s390.c): Depend on emultempl/s390.em.
+
 2017-07-04  Tristan Gingold  <gingold@adacore.com>
 
 	* configure: Regenerate.
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 \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]