]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 31e03a39f1e988b12b7689dc31b94f94d06c7d50..8a2858e3c3d72f1c7d9382709c0c3024dbd4ce6d 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 54c854b222c5137ab5e8e4c8669cf8bd779d6f28..cfcb8c097f34fe210f4ba5fdffb9fba6daaeb630 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)
 
 # -----------------------------------------------------