Commit 8d681dbf by Jason Merrill Committed by Jason Merrill

* Makefile.in (TAGS): Collect tags info from c-family.

From-SVN: r160484
parent bfc54a27
2010-06-09 Jason Merrill <jason@redhat.com>
* Makefile.in (TAGS): Collect tags info from c-family.
2010-06-09 Jan Hubicka <jh@suse.cz>
* gimple.h (gcc_gimple_checking_assert): New macro.
......
......@@ -4999,7 +4999,7 @@ TAGS: lang.tags
incs="$$incs --include $$dir/TAGS.sub"; \
fi; \
done; \
etags -o TAGS.sub *.h *.c; \
etags -o TAGS.sub c-family/*.h c-family/*.c *.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