aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
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/Makefile.in
parent28b5eb12a3384cc58246e9e7f36fd5af86377351 (diff)
downloadgdb-4a07e94f2c6694e3e3110bfd0c29574adfab8673.zip
gdb-4a07e94f2c6694e3e3110bfd0c29574adfab8673.tar.gz
gdb-4a07e94f2c6694e3e3110bfd0c29574adfab8673.tar.bz2
add tags target
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r--gprof/Makefile.in4
1 files changed, 4 insertions, 0 deletions
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=. ; \