* Make-lang.in (java.tags): Don't tag '*.y' files.

From-SVN: r127874
This commit is contained in:
Tom Tromey 2007-08-29 00:17:20 +00:00 committed by Tom Tromey
parent b69b6c681a
commit e1c2b159f7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-08-28 Tom Tromey <tromey@redhat.com>
* Make-lang.in (java.tags): Don't tag '*.y' files.
2007-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* lang.c (java_decl_ok_for_sibcall): Likewise.

View File

@ -123,7 +123,7 @@ java.rest.encap:
java.tags: force
cd $(srcdir)/java; etags -o TAGS.sub *.y *.c *.h --language=none \
cd $(srcdir)/java; etags -o TAGS.sub *.c *.h --language=none \
--regex='/DEFTREECODE [(]\([A-Z_]+\)/\1/' java-tree.def; \
etags --include TAGS.sub --include ../TAGS.sub