Browse Source

* Makefile.in (install): Depend on install-info.

binutils-2_12-branch
Hans-Peter Nilsson 25 years ago
parent
commit
072cf0527f
  1. 4
      etc/ChangeLog
  2. 3
      etc/Makefile.in

4
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).

3
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:

Loading…
Cancel
Save