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 | 072cf0527f78e63c4dbc9a4bdd21d193049ddc6d (patch) | |
tree | 1ff4364ab16e29f31ec4f71f73a55e18c10293b2 /etc | |
parent | cd8e197bd19257274604a03c65ff2a698e1c6f11 (diff) | |
download | fsf-binutils-gdb-072cf0527f78e63c4dbc9a4bdd21d193049ddc6d.zip fsf-binutils-gdb-072cf0527f78e63c4dbc9a4bdd21d193049ddc6d.tar.gz fsf-binutils-gdb-072cf0527f78e63c4dbc9a4bdd21d193049ddc6d.tar.bz2 |
* 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 788d11c..ffd021f 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 eedc8c9..2bc3457 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: |