* 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
+2008-08-26  Niels Möller  <nisse@lysator.liu.se>
+
+       * 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.
+
 2008-02-29  Niels Möller  <nisse@lysator.liu.se>
 
        * examples/Makefile.in (SOURCES): Added next-prime.c.
 
        -rm -f $(DOCTARGETS) *.dvi *.ps
 
 tags-here:     
-       etags $(srcdir)/*.c $(srcdir)/*.h
+       etags -o $(srcdir)/TAGS $(srcdir)/*.c $(srcdir)/*.h
 
 DEP_FILES = $(SOURCES:.c=.$(OBJEXT).d) $(SOURCES:.c=.p$(OBJEXT).d)
 @DEP_INCLUDE@ $(DEP_FILES)
 
        -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)
 
        -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)
 
        -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)