* Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Mar 2003 05:47:53 +0000 (05:47 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Mar 2003 05:47:53 +0000 (05:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64464 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 45b693d..1403762 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-17  Andreas Jaeger  <aj@suse.de>
+
+       * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
+
 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
 
        * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
index 6d088b0..7ff728a 100644 (file)
@@ -3424,7 +3424,7 @@ TAGS: lang.tags
          fi;                                                        \
        done;                                                        \
        mkdir tmp-tags;                                              \
-       mv -f c-parse.[ch] =*.[chy] tmp-tags;                        \
+       mv -f c-parse.[ch] tmp-tags;                                 \
        etags *.y *.h *.c $$incs;                                    \
        mv tmp-tags/* .;                                             \
        rmdir tmp-tags)