summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.in2
-rw-r--r--examples/Makefile.in2
-rw-r--r--testsuite/Makefile.in2
-rw-r--r--tools/Makefile.in2
5 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 220b5573..be3ca719 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
diff --git a/Makefile.in b/Makefile.in
index 360cd913..cbf3de1c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -413,7 +413,7 @@ maintainer-clean-here:
-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)
diff --git a/examples/Makefile.in b/examples/Makefile.in
index 8b2953be..8dd7ed00 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -88,6 +88,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)
diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in
index a5b5ec62..22812f5f 100644
--- a/testsuite/Makefile.in
+++ b/testsuite/Makefile.in
@@ -100,6 +100,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)
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)