* Makefile.in (TAGS): New target.

This commit is contained in:
Tom Tromey 2011-03-07 17:03:51 +00:00
parent b11896a527
commit 6bf58e63b7
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-03-07 Tom Tromey <tromey@redhat.com>
* Makefile.in (TAGS): New target.
2011-03-07 Tom Tromey <tromey@redhat.com>
* lib/opencl.exp (skip_opencl_tests): Update for exit message

View File

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