Commit 30492adf by Andreas Jaeger Committed by Andreas Jaeger

* Makefile.in (TAGS): Remove obsolete handling of =*.[chy].

From-SVN: r64464
parent 40a4184c
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.
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment