From 129f6cfae7fd825fde58f487e5b535b7a539d8c8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 24 Jun 2004 18:19:42 +0000 Subject: [PATCH] etags isn't portable at all. Make it not run by default. If you still want it, just type 'make tags' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14368 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fce18758af2..a61d7f3dde1 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ install:: install-includes TAGS: tags -all:: tags +all:: tags: find $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools) -name '*.cpp' -o -name '*.h' | $(ETAGS) $(ETAGSFLAGS) - -- 2.34.1