From: Ken Raeburn Date: Mon, 6 Nov 1995 20:12:26 +0000 (+0000) Subject: add tags target X-Git-Tag: gdb-4_18-branchpoint~10229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a07e94f2c6694e3e3110bfd0c29574adfab8673;p=thirdparty%2Fbinutils-gdb.git add tags target --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 0159223096a..e6420b519ff 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 6 15:05:00 1995 Ken Raeburn + + * Makefile.in (TAGS): New target. + Wed Nov 1 12:51:21 1995 Per Bothner * Makefile.in (DISTSTUFF): Rename to GEN_FILES, to avoid confusion. diff --git a/gprof/Makefile.in b/gprof/Makefile.in index 387a2ccb5e1..d9a6f24fe77 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=. ; \