summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-20 08:14:53 +0000
committerRoland McGrath <roland@gnu.org>1998-10-20 08:14:53 +0000
commite50662b7254ab9c82864507ee0956ab2d2995382 (patch)
tree3f714250f846514200078426001a297fdc6d527d /Makefile
parente86077d44eac2100e701103995caf0ff7b951865 (diff)
1998-10-20 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (TAGS): Create a TAGS file that specifies the subdir TAGS files as includes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40decb7d..3bb2da1c 100644
--- a/Makefile
+++ b/Makefile
@@ -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