Commit e1c2b159 by Tom Tromey Committed by Tom Tromey

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

From-SVN: r127874
parent b69b6c68
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment