* Makefile.in (TAGS): Rewrite.
This commit is contained in:
parent
d68dcbb953
commit
967d1f9b81
@ -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
|
||||
|
@ -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/' -
|
||||
|
Loading…
Reference in New Issue
Block a user