Commit b2d244d1 by Mike Stump Committed by Mike Stump

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

From-SVN: r157228
parent 33344e0f
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
......
......@@ -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)
# -----------------------------------------------------
......
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