aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-04-15 12:04:48 +0000
committerNick Clifton <nickc@redhat.com>2013-04-15 12:04:48 +0000
commitcb1238c0838483f5b644e51cfd455281e781dbbc (patch)
tree9ef318834ef361a5b0f894965838e1562193acf9 /ld/Makefile.am
parent4455e9adedb85db6c3125a546f85ad70fef1c25d (diff)
downloadfsf-binutils-gdb-cb1238c0838483f5b644e51cfd455281e781dbbc.zip
fsf-binutils-gdb-cb1238c0838483f5b644e51cfd455281e781dbbc.tar.gz
fsf-binutils-gdb-cb1238c0838483f5b644e51cfd455281e781dbbc.tar.bz2
* Makefile.am (ELF_DEPS): Add a dependency upon
scripttempl/DWARF.sc. (ELF_GEN_DEPS): Likewise. * 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 155e3ba..a1b92ec 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -684,8 +684,8 @@ stringify.sed: ${srcdir}/emultempl/$(STRINGIFY)
GENSCRIPTS = LIB_PATH='${LIB_PATH}' $(SHELL) $(srcdir)/genscripts.sh "${srcdir}" "${libdir}" "${prefix}" "${exec_prefix}" @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" @use_sysroot@ @enable_initfini_array@
GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
-ELF_DEPS = $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/elf-generic.em
-ELF_GEN_DEPS = $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/elf-generic.em $(srcdir)/emultempl/genelf.em
+ELF_DEPS = $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/elf-generic.em $(srcdir)/scripttempl/DWARF.sc
+ELF_GEN_DEPS = $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/elf-generic.em $(srcdir)/emultempl/genelf.em $(srcdir)/scripttempl/DWARF.sc
@TDIRS@