mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 12:51:15 +08:00
build: Fix TAGS target in gcc/Makefile.in
gcc/ChangeLog: 2020-07-16 Andrea Corallo <andrea.corallo@arm.com> * Makefile.in (TAGS): Remove 'params.def'.
This commit is contained in:
parent
5abe0d81db
commit
53a1cb8e74
@ -4247,7 +4247,7 @@ TAGS: lang.tags
|
||||
../include/*.h ../libiberty/*.c \
|
||||
../libcpp/*.c ../libcpp/include/*.h \
|
||||
--language=none --regex="/\(char\|unsigned int\|int\|bool\|void\|HOST_WIDE_INT\|enum [A-Za-z_0-9]+\) [*]?\([A-Za-z_0-9]+\)/\2/" common.opt \
|
||||
--language=none --regex="/\(DEF_RTL_EXPR\|DEFTREECODE\|DEFGSCODE\|DEFTIMEVAR\|DEFPARAM\|DEFPARAMENUM5\)[ ]?(\([A-Za-z_0-9]+\)/\2/" rtl.def tree.def gimple.def timevar.def params.def \
|
||||
--language=none --regex="/\(DEF_RTL_EXPR\|DEFTREECODE\|DEFGSCODE\|DEFTIMEVAR\|DEFPARAM\|DEFPARAMENUM5\)[ ]?(\([A-Za-z_0-9]+\)/\2/" rtl.def tree.def gimple.def timevar.def \
|
||||
; \
|
||||
etags --include TAGS.sub $$incs)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user