summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-24 18:19:42 +0000
committerChris Lattner <sabre@nondot.org>2004-06-24 18:19:42 +0000
commit129f6cfae7fd825fde58f487e5b535b7a539d8c8 (patch)
tree658eac31156daef2052ef33ea2a6b8c9d0659b32 /Makefile
parent05794498d95903d22e4402d005d1f03fab3bc78a (diff)
downloadllvm-129f6cfae7fd825fde58f487e5b535b7a539d8c8.tar.gz
llvm-129f6cfae7fd825fde58f487e5b535b7a539d8c8.tar.bz2
llvm-129f6cfae7fd825fde58f487e5b535b7a539d8c8.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fce18758af..a61d7f3dde 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) -