aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.am1
-rw-r--r--ld/Makefile.in1
3 files changed, 5 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f755793..3e11bcd 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-19 Nick Clifton <nickc@redhat.com>
+
+ * Makefile.am: Remove spurious sanitization marker.
+ * Makefile.in: Regenerate.
+
2009-10-16 Dimitry Gorbachev <d.g.gorbachev@gmail.com>
* emultempl/pe.em (OPTION_EXCLUDE_ALL_SYMBOLS): New macro.
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 5feebf3..c1d3dbf 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -791,7 +791,6 @@ eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \
eelf32rx.c: $(srcdir)/emulparams/elf32rx.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32rx "$(tdir_elf32rx)"
- @true end-sanitize-rx
eelf32vax.c: $(srcdir)/emulparams/elf32vax.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32vax "$(tdir_elf32vax)"
diff --git a/ld/Makefile.in b/ld/Makefile.in
index cba31ee..0da0fff 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -2133,7 +2133,6 @@ eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \
eelf32rx.c: $(srcdir)/emulparams/elf32rx.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32rx "$(tdir_elf32rx)"
- @true end-sanitize-rx
eelf32vax.c: $(srcdir)/emulparams/elf32vax.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32vax "$(tdir_elf32vax)"