summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e69a1f4..168687f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -173,7 +173,6 @@ info_TEXINFOS = doc/ledger.texi
dist_lisp_LISP = lisp/ledger.el lisp/timeclock.el
ELCFILES =
DISTCLEANFILES = ledger.elc timeclock.elc
-CLEANFILES += TAGS
all_sources = $(libledger_util_la_SOURCES) \
$(libledger_math_la_SOURCES) \
@@ -185,11 +184,6 @@ all_sources = $(libledger_util_la_SOURCES) \
all_files = $(all_sources) $(pkginclude_HEADERS)
-TAGS: $(all_files)
- @BUILD_DIR=`cd $(top_builddir); pwd`; \
- (cd $(srcdir); etags -l c++ -o $$BUILD_DIR/TAGS $(all_files) 2> /dev/null)
- @echo TAGS rebuilt.
-
######################################################################
if HAVE_BOOST_PYTHON