summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index fce18758af2..a61d7f3dde1 100644
--- a/llvm/Makefile
+++ b/llvm/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) -
OpenPOWER on IntegriCloud