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 0159223..e6420b5 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 387a2cc..d9a6f24 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=. ; \