aboutsummaryrefslogtreecommitdiff
path: root/bfd/doc/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-01-12 20:24:12 +1030
committerAlan Modra <amodra@gmail.com>2015-01-12 20:55:49 +1030
commitbba33ab1e0f7d2ebd8f8435f92ed12e2a3c558a4 (patch)
treeee512945c5352ea682d34e27a254a9d5f1369f1c /bfd/doc/ChangeLog
parent7e67715dd369f0a0caadaa5e528918dd65176e3b (diff)
downloadgdb-bba33ab1e0f7d2ebd8f8435f92ed12e2a3c558a4.zip
gdb-bba33ab1e0f7d2ebd8f8435f92ed12e2a3c558a4.tar.gz
gdb-bba33ab1e0f7d2ebd8f8435f92ed12e2a3c558a4.tar.bz2
Fix build without makeinfo from release binutils tar
PR 17817 * Makefile.am (aoutx.stamp): cp -p $srcdir/aoutx.texi to keep timestamps so that makeinfo need not be installed. (archive.stamp, archures.stamp, bfdt.stamp, cache.stamp, coffcode.stamp, core.stamp, elf.stamp, elfcode.stamp, mmo.stamp, format.stamp, libbfd.stamp, bfdio.stamp, bfdwin.stamp, opncls.stamp, reloc.stamp, section.stamp, syms.stamp, targets.stamp, init.stamp, hash.stamp, linker.stamp): Similarly. (bfdver.texi): Use test rather than [ ] in commands. * Makefile.in: Regenerate.
Diffstat (limited to 'bfd/doc/ChangeLog')
-rw-r--r--bfd/doc/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog
index 7a2124a..fe3d691 100644
--- a/bfd/doc/ChangeLog
+++ b/bfd/doc/ChangeLog
@@ -1,3 +1,17 @@
+2015-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
+ Alan Modra <amodra@gmail.com>
+
+ PR 17817
+ * Makefile.am (aoutx.stamp): cp -p $srcdir/aoutx.texi to keep
+ timestamps so that makeinfo need not be installed.
+ (archive.stamp, archures.stamp, bfdt.stamp, cache.stamp,
+ coffcode.stamp, core.stamp, elf.stamp, elfcode.stamp, mmo.stamp,
+ format.stamp, libbfd.stamp, bfdio.stamp, bfdwin.stamp,
+ opncls.stamp, reloc.stamp, section.stamp, syms.stamp, targets.stamp,
+ init.stamp, hash.stamp, linker.stamp): Similarly.
+ (bfdver.texi): Use test rather than [ ] in commands.
+ * Makefile.in: Regenerate.
+
2014-08-05 Doug Evans <dje@google.com>
* chew.c (skip_past_newline_1): New function.