aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-07-03 10:58:22 +0930
committerAlan Modra <amodra@gmail.com>2015-07-03 10:58:22 +0930
commitb6b3dd8f31c96b6f7ba26de1508c3c1b2fd437f9 (patch)
tree994013278c1941ef0fe76f138dc0065ee39aa0b6 /ld
parentef5a96d564a22a25d31533c7377eede42c12b25c (diff)
downloadgdb-b6b3dd8f31c96b6f7ba26de1508c3c1b2fd437f9.zip
gdb-b6b3dd8f31c96b6f7ba26de1508c3c1b2fd437f9.tar.gz
gdb-b6b3dd8f31c96b6f7ba26de1508c3c1b2fd437f9.tar.bz2
Correct ld Makefile dependendcy for or1k
* Makefile.am (eelf32or1k.c, eelf32or1k_linux.c): Depend on ELF_DEPS. * Makefile.in: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.am4
-rw-r--r--ld/Makefile.in4
3 files changed, 9 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index eeb08cd..7324717 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-03 Alan Modra <amodra@gmail.com>
+
+ * Makefile.am (eelf32or1k.c, eelf32or1k_linux.c): Depend on ELF_DEPS.
+ * Makefile.in: Regenerate.
+
2015-06-28 H.J. Lu <hongjiu.lu@intel.com>
* emultempl/elf32.em (gld${EMULATION_NAME}_handle_option):
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 55b62c5..df88d6a 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -1183,10 +1183,10 @@ eelf32mt.c: $(srcdir)/emulparams/elf32mt.sh \
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
eelf32or1k.c: $(srcdir)/emulparams/elf32or1k.sh \
- $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
eelf32or1k_linux.c: $(srcdir)/emulparams/elf32or1k_linux.sh \
- $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
$(srcdir)/emulparams/elf32ppccommon.sh \
diff --git a/ld/Makefile.in b/ld/Makefile.in
index c53de8a..a29690b 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -2682,10 +2682,10 @@ eelf32mt.c: $(srcdir)/emulparams/elf32mt.sh \
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
eelf32or1k.c: $(srcdir)/emulparams/elf32or1k.sh \
- $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
eelf32or1k_linux.c: $(srcdir)/emulparams/elf32or1k_linux.sh \
- $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
$(srcdir)/emulparams/elf32ppccommon.sh \