diff options
author | Nick Clifton <nickc@redhat.com> | 2013-04-15 12:04:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-04-15 12:04:48 +0000 |
commit | cb1238c0838483f5b644e51cfd455281e781dbbc (patch) | |
tree | 9ef318834ef361a5b0f894965838e1562193acf9 /ld/Makefile.in | |
parent | 4455e9adedb85db6c3125a546f85ad70fef1c25d (diff) | |
download | gdb-cb1238c0838483f5b644e51cfd455281e781dbbc.zip gdb-cb1238c0838483f5b644e51cfd455281e781dbbc.tar.gz 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.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 43da86d..314a9c6 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -878,8 +878,8 @@ POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES) # These all start with e so 'make clean' can find them. 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 # We need this for automake to use YLWRAP. # Allow dependency tracking to work for these files, too. |