summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makeconf b/Makeconf
index a08b3faf..00d750df 100644
--- a/Makeconf
+++ b/Makeconf
@@ -77,6 +77,13 @@ $(hurdsource)/hurd-snap/$(dir):
endif
+# TAGS files
+
+ifneq ($(dir),.)
+TAGS: $(SRCS) $(TAGSHDRS)
+ etags -o $@ $(addprefix -i ,$(addsuffix /TAGS,$(addprefix ../,$(TAGSLIBS)))) $(SRCS) $(TAGSHDRS)
+endif
+
# Dependencies for building libraries
ifneq ($(strip $(dir)),libports)