diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-01-26 21:35:45 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-01-26 21:35:45 +0000 |
commit | 4e303f43c3d3c32ee8ed61b896aa0d0f81f0c1e0 (patch) | |
tree | 7c36ad514fd30a14bf6327a86495e02a64291dba /etc | |
parent | 95fe2b35f5f107e81f6f3ed0b31174996d450bc6 (diff) | |
download | binutils-redhat-4e303f43c3d3c32ee8ed61b896aa0d0f81f0c1e0.tar.gz |
* Makefile.in (install): Depend on install-info.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 788d11c376..ffd021f53f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +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). diff --git a/etc/Makefile.in b/etc/Makefile.in index eedc8c9c1a..2bc3457454 100644 --- a/etc/Makefile.in +++ b/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: |