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 /gprof | |
parent | 7562a29612ac52595250432be4826307b39e2bad (diff) | |
download | binutils-cd8e197bd19257274604a03c65ff2a698e1c6f11.tar.gz binutils-cd8e197bd19257274604a03c65ff2a698e1c6f11.tar.bz2 binutils-cd8e197bd19257274604a03c65ff2a698e1c6f11.zip |
* Makefile.am (install): Depend on install-info.
* Makefile.in: Regenerate.
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 5 | ||||
-rw-r--r-- | gprof/Makefile.am | 4 | ||||
-rw-r--r-- | gprof/Makefile.in | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index d9223c923de..4ae081d2e83 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 4401e17530b..5294feb9d84 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 f2fcd223011..530623a3a85 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 |