summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-13 19:57:14 +0000
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-13 19:57:14 +0000
commiteab959c7959983cad05c33dcec9d231a22c087c5 (patch)
tree522293bbe9f01652e3a368fa3c6ef5e9004b6c27 /gcc/Makefile.in
parentfc222f445c6108418196a1b48703d350f3c3d45a (diff)
downloadgcc-eab959c7959983cad05c33dcec9d231a22c087c5.tar.gz
* Makefile.in (TAGS): Tag ../include files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216160 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 131617c06ba..04ce0c0ec94 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -3776,6 +3776,7 @@ TAGS: lang.tags
fi; \
done; \
etags -o TAGS.sub c-family/*.h c-family/*.c *.h *.c *.cc \
+ ../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\).*(\([A-Za-z_0-9]+\)/\2/" rtl.def tree.def gimple.def \
--language=none --regex="/DEFTIMEVAR (\([A-Za-z_0-9]+\)/\1/" timevar.def \