summaryrefslogtreecommitdiffstats
path: root/tools/Makefile-top.in
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-04-11 21:28:16 +0200
committerMartin Mares <mj@ucw.cz>1999-04-11 21:28:16 +0200
commited9a82369ffc660ec20d9b7fa64188a450267672 (patch)
tree2d862b5216cb2b6e33bea3aac03d4098d091c727 /tools/Makefile-top.in
parent2db3b2887ea93c9946956a9a5ce5a06f0ef783c3 (diff)
downloadbird-ed9a82369ffc660ec20d9b7fa64188a450267672.tar
bird-ed9a82369ffc660ec20d9b7fa64188a450267672.zip
Added new target "tags" to generate a tag table for Emacs.
Also made "depend" work before the tree is compiled first time.
Diffstat (limited to 'tools/Makefile-top.in')
-rw-r--r--tools/Makefile-top.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in
index 13dc606..cf57a6a 100644
--- a/tools/Makefile-top.in
+++ b/tools/Makefile-top.in
@@ -3,7 +3,7 @@
objdir=@objdir@
-all depend:
+all depend tags:
$(MAKE) -C $(objdir) $@
clean: