diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-04 21:48:53 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-04 21:48:53 +0000 |
commit | c835a482e12c05467470842000c25c22681aa7bd (patch) | |
tree | d18d3eb78fe500e4f3a1ee21c0ddbcddb1fe96b8 /gcc/objc/Make-lang.in | |
parent | 442603fea10c9fa1ad770d31aed0d6e4d0067854 (diff) | |
download | gcc-c835a482e12c05467470842000c25c22681aa7bd.tar.gz |
* doc/sourcebuild.texi (Front End Directory): Document tags.
* configure: Rebuilt.
* configure.in (target_list): Added tags.
* Makefile.in (TAGS): Depend on lang.clean. Include subdirectory
TAGS files by reference.
* objc/Make-lang.in (objc.tags): New target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63808 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc/Make-lang.in')
-rw-r--r-- | gcc/objc/Make-lang.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in index 1b06b38f460..6c5acd6cd59 100644 --- a/gcc/objc/Make-lang.in +++ b/gcc/objc/Make-lang.in @@ -101,6 +101,9 @@ objc.all.cross: objc.start.encap: objc.rest.encap: +objc.tags: force + cd $(srcdir)/objc; etags *.y *.c *.h + objc.info: objc.dvi: objc.generated-manpages: |