projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28b5eb1
)
add tags target
author
Ken Raeburn
<raeburn@cygnus>
Mon, 6 Nov 1995 20:12:26 +0000
(20:12 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Mon, 6 Nov 1995 20:12:26 +0000
(20:12 +0000)
gprof/ChangeLog
patch
|
blob
|
history
gprof/Makefile.in
patch
|
blob
|
history
diff --git
a/gprof/ChangeLog
b/gprof/ChangeLog
index 0159223096a36c3950b8623b8ce87904bcb0c063..e6420b519ff61473202c8cde768bd4e31bf98749 100644
(file)
--- 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 387a2ccb5e13c71301c4296bef2f38e92cf5a4fe..d9a6f24fe77defbef949b06eab7bd2248e11fd86 100644
(file)
--- 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=. ; \