diff options
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 4 |
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 \ |