summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/etc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-08-31 20:20:07 +0000
committerobrien <obrien@FreeBSD.org>2002-08-31 20:20:07 +0000
commit0570468a60eb57b3c504db2cc606350167341bc1 (patch)
treef3bc0ae2e746e12a1e72081504eabb88fffe2720 /contrib/binutils/etc
parentf3c54bd2c1850601b80aa0558b8843517125f50f (diff)
downloadFreeBSD-src-0570468a60eb57b3c504db2cc606350167341bc1.zip
FreeBSD-src-0570468a60eb57b3c504db2cc606350167341bc1.tar.gz
Import of Binutils from the FSF 2.12 branch (post-.1 release).
Diffstat (limited to 'contrib/binutils/etc')
-rw-r--r--contrib/binutils/etc/ChangeLog8
-rw-r--r--contrib/binutils/etc/Makefile.in3
2 files changed, 10 insertions, 1 deletions
diff --git a/contrib/binutils/etc/ChangeLog b/contrib/binutils/etc/ChangeLog
index 0453a3e..ffd021f 100644
--- a/contrib/binutils/etc/ChangeLog
+++ b/contrib/binutils/etc/ChangeLog
@@ -1,3 +1,11 @@
+2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * Makefile.in (install): Depend on install-info.
+
+2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
+
+ * texi2pod.pl: New file (from gcc/contrib).
+
1999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
* add-log.el, add-log.vi: New files.
diff --git a/contrib/binutils/etc/Makefile.in b/contrib/binutils/etc/Makefile.in
index eedc8c9..2bc3457 100644
--- a/contrib/binutils/etc/Makefile.in
+++ b/contrib/binutils/etc/Makefile.in
@@ -51,7 +51,8 @@ DVIFILES = standards.dvi configure.dvi
all:
-install:
+# We want install to imply install-info as per GNU standards.
+install: install-info
uninstall:
OpenPOWER on IntegriCloud