]> gcc.gnu.org Git - gcc.git/commitdiff
* Makefile.in (TAGS): Remove *.y.
authorMike Stump <mikestump@comcast.net>
Thu, 4 Mar 2010 16:07:20 +0000 (16:07 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 4 Mar 2010 16:07:20 +0000 (16:07 +0000)
From-SVN: r157228

gcc/ChangeLog
gcc/Makefile.in

index 4706306172cb1d26df696fe0bcf76756f18a48ca..4c443c467fb6099b79ed4e109ba5c421c5b04222 100644 (file)
@@ -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
index d5c23c900f911d2afacc6ad20b0c6550cdcbf51b..125a80bc92788abbf955f740af31a6a10390075f 100644 (file)
@@ -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)
 
 # -----------------------------------------------------
This page took 0.075689 seconds and 5 git commands to generate.