summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-05 18:38:56 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-05 18:38:56 +0000
commit46b0768e6e5672c811c3f52335222bd342ab5cd5 (patch)
tree261f8d4f0922b1b3a1559b88a8b0506a73d21785
parent7e24559f837e1b1a5fae8e3392b732dd483f6df3 (diff)
Formerly Makeconf.~46~
-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)