diff options
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/Make-lang.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in index cdacd4e..f3eacad 100644 --- a/gcc/objc/Make-lang.in +++ b/gcc/objc/Make-lang.in @@ -104,7 +104,8 @@ objc.start.encap: objc.rest.encap: objc.tags: force - cd $(srcdir)/objc; etags *.y *.c *.h + cd $(srcdir)/objc; etags -o TAGS.sub *.y *.c *.h; \ + etags --include TAGS.sub --include ../TAGS.sub # # Install hooks: |