From 46b0768e6e5672c811c3f52335222bd342ab5cd5 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 5 Jul 1994 18:38:56 +0000 Subject: Formerly Makeconf.~46~ --- Makeconf | 7 +++++++ 1 file changed, 7 insertions(+) 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) -- cgit v1.2.3