diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-06-15 03:24:57 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-06-15 03:24:57 +0000 |
commit | 6bf9431b7430d0c30268c62f78a940657c8d6fbe (patch) | |
tree | e4ba45c70fe1c90152e61f8d3cf1342c2e292e78 /gprof/Makefile.am | |
parent | 911d08a746f9e05c389a7a5044870cd9aae06a5d (diff) | |
download | gdb-6bf9431b7430d0c30268c62f78a940657c8d6fbe.zip gdb-6bf9431b7430d0c30268c62f78a940657c8d6fbe.tar.gz gdb-6bf9431b7430d0c30268c62f78a940657c8d6fbe.tar.bz2 |
* configure.in: Run through autoupdate.
* configure: Regenerate with autoconf 2.59.
* Makefile.am (install-local): Rename from this ..
(install-data-local): .. to this.
* Makefile.in: Regenerate with automake 1.8.5.
* aclocal.m4: Regenerate with aclocal 1.8.5.
Diffstat (limited to 'gprof/Makefile.am')
-rw-r--r-- | gprof/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am index 5356ce2..95b03f6 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -73,7 +73,7 @@ Makefile: $(BFDDIR)/configure.in # We want install to imply install-info as per GNU standards, despite the # cygnus option. -install: install-info +install-data-local: install-info # Targets to rebuild dependencies in this Makefile. # Have to get rid of DEP1 here so that "$?" later includes all sources. |