aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
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/Makefile.am
parentef5a96d564a22a25d31533c7377eede42c12b25c (diff)
downloadfsf-binutils-gdb-b6b3dd8f31c96b6f7ba26de1508c3c1b2fd437f9.zip
fsf-binutils-gdb-b6b3dd8f31c96b6f7ba26de1508c3c1b2fd437f9.tar.gz
fsf-binutils-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/Makefile.am')
-rw-r--r--ld/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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 \