* Makefile.in (TAGS): Rewrite.

This commit is contained in:
Tom Tromey 2011-03-07 22:02:45 +00:00
parent d68dcbb953
commit 967d1f9b81
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-03-07 Tom Tromey <tromey@redhat.com>
* Makefile.in (TAGS): Rewrite.
2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.trace/report.exp (12.1: trace report #1): New match for the

View File

@ -245,5 +245,5 @@ config.status: configure
$(SHELL) config.status --recheck
TAGS: force
etags --language=none --regex='/proc[ \t]+\([^ \t]+\)/\1/' \
`find $(srcdir) -name '*.exp' -print`
find $(srcdir) -name '*.exp' -print | \
etags --regex='/proc[ \t]+\([^ \t]+\)/\1/' -