From 8bde4b265f6ccdb6322f23079a830bd9850029ee Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Wed, 8 Dec 2004 08:52:09 +0000 Subject: [PATCH] Substituted emacs tags target with vi tags target, since -C option of etags is no more supported. [r4591] --- MakeTargets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MakeTargets b/MakeTargets index c57c0188d..fea561feb 100644 --- a/MakeTargets +++ b/MakeTargets @@ -65,10 +65,10 @@ Makefile: $(srcdir)/Makefile.in $(topdir)/config.status CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status >&2 # generate TAGS -tags: subdir_tags local_tags -.PHONY: local_tags -local_tags: $(TAGFILES) - etags -C $^ +.PHONY: tags +tags: TAGS +TAGS: + ctags -R *.[ch] # installation install: $(INCLUDEDIR) $(INCLUDEDIR)/adt install_headers $(LIBDIR) install_libs -- 2.20.1