summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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)