* Makefile.in (TAGS): Remove *.y.

From-SVN: r157228
This commit is contained in:
Mike Stump 2010-03-04 16:07:20 +00:00 committed by Mike Stump
parent 33344e0feb
commit b2d244d15f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-03-04 Mike Stump <mikestump@comcast.net>
* Makefile.in (TAGS): Remove *.y.
2010-03-04 Richard Guenther <rguenther@suse.de>
PR tree-optimization/40761

View File

@ -4872,7 +4872,7 @@ TAGS: lang.tags
incs="$$incs --include $$dir/TAGS.sub"; \
fi; \
done; \
etags -o TAGS.sub *.y *.h *.c; \
etags -o TAGS.sub *.h *.c; \
etags --include TAGS.sub $$incs)
# -----------------------------------------------------