summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-22 23:43:37 +0000
committerRoland McGrath <roland@gnu.org>2001-12-22 23:43:37 +0000
commitc2ca7271a715811c6f56dd1b206b230183bd8c3d (patch)
tree1c27c0117ba33072578c385481364bd46f3cfc85 /Makefile
parent845d4b6af842e4c6815a4789595f1e7802be1b33 (diff)
2001-11-15 Neal H Walfield <neal@cs.uml.edu>
* Makeconf (TAGS) [configured]: Create tags for MiG generated files. * Makefile (TAGS): Generate dependencies respecting broken code markers, i.e. based on $(working-prog-subdirs) and not $(prog-subdirs).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 126235c8..dc7895b4 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ install-headers: $(addsuffix -install-headers,$(lib-subdirs) \
$(working-prog-subdirs)\
$(other-subdirs))
-TAGS: $(addsuffix -TAGS,$(prog-subdirs) $(lib-subdirs))
+TAGS: $(addsuffix -TAGS,$(working-prog-subdirs) $(lib-subdirs))
etags -o $@ $(patsubst %-TAGS,-i %/TAGS,$^)
## Targets used by the main targets above.