summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2002-01-26 21:33:06 +0000
committerHans-Peter Nilsson <hp@axis.com>2002-01-26 21:33:06 +0000
commit95fe2b35f5f107e81f6f3ed0b31174996d450bc6 (patch)
tree4c9c8a278579143d9e23b2d5ccb775fb0e7ad85d
parent8340978ee13094cd57bffa759aac9d9699b5ade4 (diff)
downloadbinutils-redhat-95fe2b35f5f107e81f6f3ed0b31174996d450bc6.tar.gz
* Makefile.am (install): Depend on install-info.
* Makefile.in: Regenerate.
-rw-r--r--gprof/ChangeLog5
-rw-r--r--gprof/Makefile.am4
-rw-r--r--gprof/Makefile.in4
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.am4
-rw-r--r--ld/Makefile.in4
6 files changed, 26 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index d9223c923d..4ae081d2e8 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * Makefile.am (install): Depend on install-info.
+ * Makefile.in: Regenerate.
+
2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
* mips.c: New file.
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index 4401e17530..5294feb9d8 100644
--- a/gprof/Makefile.am
+++ b/gprof/Makefile.am
@@ -71,6 +71,10 @@ gprof.1: $(srcdir)/gprof.texi
Makefile: $(BFDDIR)/configure.in
+# We want install to imply install-info as per GNU standards, despite the
+# cygnus option.
+install: install-info
+
# Targets to rebuild dependencies in this Makefile.
# Have to get rid of DEP1 here so that "$?" later includes all sources.
DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index f2fcd22301..530623a3a8 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -736,6 +736,10 @@ gprof.1: $(srcdir)/gprof.texi
Makefile: $(BFDDIR)/configure.in
+# We want install to imply install-info as per GNU standards, despite the
+# cygnus option.
+install: install-info
+
# Targets to rebuild dependencies in this Makefile.
# Have to get rid of DEP1 here so that "$?" later includes all sources.
DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a8aaba6a35..de96a89eb9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * Makefile.am (install): Depend on install-info.
+ * Makefile.in: Regenerate.
+
2002-01-26 Christian Rose <menthos@menthos.com>
* ldmain.c (main): Use full sentences to ease translation.
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 1d59e83d3a..7c28d65aad 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -1066,6 +1066,10 @@ install-data-local:
$(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
done
+# We want install to imply install-info as per GNU standards, despite the
+# cygnus option.
+install: install-info
+
# Stuff that should be included in a distribution. The diststuff
# target is run by the taz target in ../Makefile.in.
EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 1518e3f140..cc1cb467fc 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