diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-20 08:14:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-20 08:14:53 +0000 |
commit | e50662b7254ab9c82864507ee0956ab2d2995382 (patch) | |
tree | 3f714250f846514200078426001a297fdc6d527d | |
parent | e86077d44eac2100e701103995caf0ff7b951865 (diff) |
1998-10-20 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (TAGS): Create a TAGS file that specifies the subdir TAGS
files as includes.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ install-headers: $(addsuffix -install-headers,$(lib-subdirs) \ $(other-subdirs)) TAGS: $(addsuffix -TAGS,$(prog-subdirs) $(lib-subdirs)) - + etags -o $@ $(patsubst %-TAGS,-i %/TAGS,$^) ## Targets used by the main targets above. $(prog-subdirs) $(lib-subdirs): FORCE |