remove *.y from TAGS

Mike Stump mikestump@comcast.net
Tue Feb 16 19:42:00 GMT 2010


The yacc files were removed ages ago, seems reasonable to remove the  
tags support now.

Ok?

	* Makefile.in (TAGS): Remove *.y.

Doing diffs in .:
--- ./gcc/Makefile.in.~1~	2010-02-15 17:16:40.000000000 -0800
+++ ./gcc/Makefile.in	2010-02-16 11:36:16.000000000 -0800
@@ -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)

  # -----------------------------------------------------
--------------



More information about the Gcc-patches mailing list