From: Nick Clifton Date: Tue, 16 Apr 2013 14:50:20 +0000 (+0000) Subject: * Makefile.am (emmo.c): Add a dependency upon scripttempl/DWARF.sc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec05a26b76a27212383ce951ddfb0588bd6e724b;p=binutils-gdb.git * Makefile.am (emmo.c): Add a dependency upon scripttempl/DWARF.sc. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 2fd0115c39e..a1841f2d4dc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -3,6 +3,7 @@ * Makefile.am (ELF_DEPS): Add a dependency upon scripttempl/DWARF.sc. (ELF_GEN_DEPS): Likewise. + (emmo.c): Likewise. * Makefile.in: Regenerate. * scripttempl/armbpabi.sc: Replace DWARF sections with an diff --git a/ld/Makefile.am b/ld/Makefile.am index a1b92ec6ef1..e1d05d8d731 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -2153,7 +2153,7 @@ ehppa64linux.c: $(srcdir)/emulparams/hppa64linux.sh \ ${GENSCRIPTS} hppa64linux "$(tdir_hppa64linux)" emmo.c: $(srcdir)/emulparams/mmo.sh $(srcdir)/emultempl/mmix-elfnmmo.em \ $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/elf-generic.em \ - $(srcdir)/emultempl/mmo.em \ + $(srcdir)/emultempl/mmo.em $(srcdir)/scripttempl/DWARF.sc \ $(srcdir)/scripttempl/mmo.sc ${GEN_DEPENDS} ${GENSCRIPTS} mmo "$(tdir_mmo)" eshelf64.c: $(srcdir)/emulparams/shelf64.sh $(srcdir)/emulparams/shelf32.sh \ diff --git a/ld/Makefile.in b/ld/Makefile.in index 314a9c68d34..180a0eda656 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -3638,7 +3638,7 @@ ehppa64linux.c: $(srcdir)/emulparams/hppa64linux.sh \ ${GENSCRIPTS} hppa64linux "$(tdir_hppa64linux)" emmo.c: $(srcdir)/emulparams/mmo.sh $(srcdir)/emultempl/mmix-elfnmmo.em \ $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/elf-generic.em \ - $(srcdir)/emultempl/mmo.em \ + $(srcdir)/emultempl/mmo.em $(srcdir)/scripttempl/DWARF.sc \ $(srcdir)/scripttempl/mmo.sc ${GEN_DEPENDS} ${GENSCRIPTS} mmo "$(tdir_mmo)" eshelf64.c: $(srcdir)/emulparams/shelf64.sh $(srcdir)/emulparams/shelf32.sh \