OSDN Git Service

* Makefile.in (TAGS): Collect tags info from c-family.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jun 2010 15:11:58 +0000 (15:11 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jun 2010 15:11:58 +0000 (15:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160484 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 31e03a3..8a2858e 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 54c854b..cfcb8c0 100644 (file)
@@ -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)
 
 # -----------------------------------------------------