From: Richard Stallman Date: Thu, 8 Oct 1992 08:21:30 +0000 (+0000) Subject: (TAGS): Exclude =*.[chy] from tags table. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=abd09f97059f60d60ee20fa4b212a073b97a9710;p=gcc.git (TAGS): Exclude =*.[chy] from tags table. From-SVN: r2364 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index aca0377f4ea..2728a60b68b 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1580,7 +1580,7 @@ uninstall: TAGS: force cd $(srcdir); \ mkdir temp; \ - mv -f c-parse.c c-parse.h cp-parse.c cp-parse.h objc-parse.c cexp.c temp; \ + mv -f c-parse.[ch] cp-parse.[ch] objc-parse.c cexp.c =*.[chy] temp; \ etags *.y *.h *.c; \ mv temp/* .; \ rmdir temp