* Makefile.in (TAGS): Remove *.y.
From-SVN: r157228
This commit is contained in:
parent
33344e0feb
commit
b2d244d15f
@ -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
|
||||
|
@ -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)
|
||||
|
||||
# -----------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user