diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-01-26 21:33:06 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-01-26 21:33:06 +0000 |
commit | cd8e197bd19257274604a03c65ff2a698e1c6f11 (patch) | |
tree | 0d1683ff9a9f0ec3a5fc4bcf57f5e54aa619b237 /ld/Makefile.in | |
parent | 7562a29612ac52595250432be4826307b39e2bad (diff) | |
download | gdb-cd8e197bd19257274604a03c65ff2a698e1c6f11.zip gdb-cd8e197bd19257274604a03c65ff2a698e1c6f11.tar.gz gdb-cd8e197bd19257274604a03c65ff2a698e1c6f11.tar.bz2 |
* Makefile.am (install): Depend on install-info.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 1518e3f..cc1cb46 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -1766,6 +1766,10 @@ install-data-local: for f in ldscripts/*; do \ $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \ done + +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info diststuff: info $(EXTRA_DIST) distclean-local: rm -rf ldscripts |