diff options
author | Alan Modra <amodra@gmail.com> | 2005-12-27 01:21:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-12-27 01:21:27 +0000 |
commit | 2dadb5f9cc368df59d05f8e2313c2fa8c9bc9dac (patch) | |
tree | c49cc7ca37dd9f749124cf9b5d9182153aab05d8 /gprof/Makefile.am | |
parent | 1763d3d870eb07e783defa51d51c43943773d190 (diff) | |
download | gdb-2dadb5f9cc368df59d05f8e2313c2fa8c9bc9dac.zip gdb-2dadb5f9cc368df59d05f8e2313c2fa8c9bc9dac.tar.gz gdb-2dadb5f9cc368df59d05f8e2313c2fa8c9bc9dac.tar.bz2 |
* Makefile.am (Makefile): Remove dependency.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* gconfig.in: Regenerate.
Diffstat (limited to 'gprof/Makefile.am')
-rw-r--r-- | gprof/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am index a0e782b..273db03 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -75,8 +75,6 @@ gprof.1: $(srcdir)/gprof.texi config.texi (rm -f $@.T$$$$ && exit 1) rm -f gprof.pod -Makefile: $(BFDDIR)/configure.in - # We want install to imply install-info as per GNU standards, despite the # cygnus option. install-data-local: install-info |