aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-02-26 13:01:50 +1030
committerAlan Modra <amodra@gmail.com>2015-02-27 11:47:20 +1030
commit330b17b30f85b091a214c2987de5dfef1e9733ac (patch)
tree37fe11fd4974e44d3e49bff372743137c7353be0 /ld/Makefile.in
parent2ae824de90cee5f16c444a79cc1b442eb9c2cedd (diff)
downloadgdb-330b17b30f85b091a214c2987de5dfef1e9733ac.zip
gdb-330b17b30f85b091a214c2987de5dfef1e9733ac.tar.gz
gdb-330b17b30f85b091a214c2987de5dfef1e9733ac.tar.bz2
Fix recent h8300 configury changes
* Makefile.am (ALL_EMULATION_SOURCES): Sort new h8300 entries. (eh8300elf_linux.c, eh8300helf_linux.c, eh8300self_linux.c, eh8300sxelf_linux.c): Do not invoke genscripts here. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 83dc7f1..3236d7e 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -2800,9 +2800,10 @@ eh8300.c: $(srcdir)/emulparams/h8300.sh \
eh8300elf.c: $(srcdir)/emulparams/h8300elf.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+
eh8300elf_linux.c: $(srcdir)/emulparams/h8300elf_linux.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
- ${GENSCRIPTS} h8300elf_linux "$(tdir_h8300elf)"
+
eh8300h.c: $(srcdir)/emulparams/h8300h.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS}
@@ -2813,7 +2814,7 @@ eh8300helf.c: $(srcdir)/emulparams/h8300helf.sh \
eh8300helf_linux.c: $(srcdir)/emulparams/h8300helf_linux.sh \
$(srcdir)/emulparams/h8300elf_linux.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
- ${GENSCRIPTS} h8300helf_linux "$(tdir_h8300helf)"
+
eh8300hn.c: $(srcdir)/emulparams/h8300hn.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300hn.sc ${GEN_DEPENDS}
@@ -2831,7 +2832,7 @@ eh8300self.c: $(srcdir)/emulparams/h8300self.sh \
eh8300self_linux.c: $(srcdir)/emulparams/h8300self_linux.sh \
$(srcdir)/emulparams/h8300elf.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
- ${GENSCRIPTS} h8300self_linux "$(tdir_h8300self)"
+
eh8300sn.c: $(srcdir)/emulparams/h8300sn.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sn.sc ${GEN_DEPENDS}
@@ -2849,7 +2850,7 @@ eh8300sxelf.c: $(srcdir)/emulparams/h8300sxelf.sh \
eh8300sxelf_linux.c: $(srcdir)/emulparams/h8300sxelf_linux.sh \
$(srcdir)/emulparams/h8300elf.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
- ${GENSCRIPTS} h8300sxelf_linux "$(tdir_h8300sxelf)"
+
eh8300sxn.c: $(srcdir)/emulparams/h8300sxn.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sxn.sc ${GEN_DEPENDS}