From: Sebastian Hack Date: Wed, 8 Dec 2004 08:52:09 +0000 (+0000) Subject: Substituted emacs tags target with vi tags target, since -C option of X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=8bde4b265f6ccdb6322f23079a830bd9850029ee;p=libfirm Substituted emacs tags target with vi tags target, since -C option of etags is no more supported. [r4591] --- 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