summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-12 00:56:47 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-12 00:56:47 +0000
commit864db01dec1671d012a4d12c7c4edf8766ffacda (patch)
tree1021de14f40456655f066a130eecb966485c362c /tools/Makefile
parent5099b80088141137d81c62d3e03208835faced06 (diff)
Remove clang-cc tool, it has joined in unholy union with clang.
- tools/driver will be renamed to tools/clang at some point. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91195 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0e98439c38..a30932b899 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL := ../../..
-DIRS := clang-cc driver index-test CIndex c-index-test
+DIRS := driver index-test CIndex c-index-test
include $(LEVEL)/Makefile.common