summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2008-08-26 20:11:41 +0200
committerNiels Möller <nisse@lysator.liu.se>2008-08-26 20:11:41 +0200
commita5cf6636af3d8236319576bd2ef6ba7c2f4db1a7 (patch)
treeb8c5346bfddc33345ca8b43c0777412343694121 /tools
parentb27a37206895513bef24c373481210ed4ae5c756 (diff)
downloadnettle-a5cf6636af3d8236319576bd2ef6ba7c2f4db1a7.tar.gz
* Makefile.in (tags-here): Put TAGS file in the source directory.
* examples/Makefile.in (tags): Likewise. * testsuite/Makefile.in (tags): Likewise. * tools/Makefile.in (tags): Likewise. Rev: nettle/ChangeLog:1.10 Rev: nettle/Makefile.in:1.6 Rev: nettle/examples/Makefile.in:1.5 Rev: nettle/testsuite/Makefile.in:1.3 Rev: nettle/tools/Makefile.in:1.3
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 7ceb0e19..18bd62ec 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -75,6 +75,6 @@ distclean: clean
-rm -f Makefile *.d
tags:
- etags --include $(top_srcdir) $(srcdir)/*.c $(srcdir)/*.h
+ etags -o $(srcdir)/TAGS --include $(top_srcdir) $(srcdir)/*.c $(srcdir)/*.h
@DEP_INCLUDE@ $(SOURCES:.c=.$(OBJEXT).d)