diff options
author | Martin Mares <mj@ucw.cz> | 1999-04-11 21:28:16 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-04-11 21:28:16 +0200 |
commit | ed9a82369ffc660ec20d9b7fa64188a450267672 (patch) | |
tree | 2d862b5216cb2b6e33bea3aac03d4098d091c727 /tools/Makefile-top.in | |
parent | 2db3b2887ea93c9946956a9a5ce5a06f0ef783c3 (diff) | |
download | bird-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.in | 2 |
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: |