aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-11-06 20:12:26 +0000
committerKen Raeburn <raeburn@cygnus>1995-11-06 20:12:26 +0000
commit4a07e94f2c6694e3e3110bfd0c29574adfab8673 (patch)
tree1ba7852913c6226f1dee33b5b2ce6b200d723e80 /gprof
parent28b5eb12a3384cc58246e9e7f36fd5af86377351 (diff)
downloadfsf-binutils-gdb-4a07e94f2c6694e3e3110bfd0c29574adfab8673.zip
fsf-binutils-gdb-4a07e94f2c6694e3e3110bfd0c29574adfab8673.tar.gz
fsf-binutils-gdb-4a07e94f2c6694e3e3110bfd0c29574adfab8673.tar.bz2
add tags target
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog4
-rw-r--r--gprof/Makefile.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 0159223..e6420b5 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+Mon Nov 6 15:05:00 1995 Ken Raeburn <raeburn@cygnus.com>
+
+ * Makefile.in (TAGS): New target.
+
Wed Nov 1 12:51:21 1995 Per Bothner <bothner@kalessin.cygnus.com>
* Makefile.in (DISTSTUFF): Rename to GEN_FILES, to avoid confusion.
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 387a2cc..d9a6f24 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -82,6 +82,10 @@ dvi: gprof.dvi
check:
installcheck:
+TAGS:
+ etags $(srcdir)/*.[ch]
+tags: TAGS
+
install-info: gprof.info
if [ -r gprof.info ]; then \
dir=. ; \