]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
add tags target
authorKen Raeburn <raeburn@cygnus>
Mon, 6 Nov 1995 20:12:26 +0000 (20:12 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 6 Nov 1995 20:12:26 +0000 (20:12 +0000)
gprof/ChangeLog
gprof/Makefile.in

index 0159223096a36c3950b8623b8ce87904bcb0c063..e6420b519ff61473202c8cde768bd4e31bf98749 100644 (file)
@@ -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.
index 387a2ccb5e13c71301c4296bef2f38e92cf5a4fe..d9a6f24fe77defbef949b06eab7bd2248e11fd86 100644 (file)
@@ -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=. ; \