diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:38:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:38:56 +0000 |
commit | 46b0768e6e5672c811c3f52335222bd342ab5cd5 (patch) | |
tree | 261f8d4f0922b1b3a1559b88a8b0506a73d21785 | |
parent | 7e24559f837e1b1a5fae8e3392b732dd483f6df3 (diff) |
Formerly Makeconf.~46~
-rw-r--r-- | Makeconf | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |