diff options
author | obrien <obrien@FreeBSD.org> | 2002-08-31 20:20:07 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-08-31 20:20:07 +0000 |
commit | f2f47abcd434d31f3fe45e86e3ece87effa5fa5d (patch) | |
tree | 850f8a270cca5360bdfb15d45d2940b586664268 /contrib/binutils/etc | |
parent | ffe6f085579a5cc65688ca12ff2500c799b72864 (diff) | |
parent | 0570468a60eb57b3c504db2cc606350167341bc1 (diff) | |
download | FreeBSD-src-f2f47abcd434d31f3fe45e86e3ece87effa5fa5d.zip FreeBSD-src-f2f47abcd434d31f3fe45e86e3ece87effa5fa5d.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r102729,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/binutils/etc')
-rw-r--r-- | contrib/binutils/etc/ChangeLog | 8 | ||||
-rw-r--r-- | contrib/binutils/etc/Makefile.in | 3 |
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: |