aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-04-07 20:29:25 +0000
committerMike Stump <mrs@apple.com>2009-04-07 20:29:25 +0000
commit2a5bb40c26844f250000c3856d9c7aa9c69ba845 (patch)
treeb58d017fc684ddcf15a4ea392edbf609db0ddcdc /Makefile
parentff94797c59ffa201ec12a76c8da2ca9483481212 (diff)
downloadexternal_llvm-2a5bb40c26844f250000c3856d9c7aa9c69ba845.zip
external_llvm-2a5bb40c26844f250000c3856d9c7aa9c69ba845.tar.gz
external_llvm-2a5bb40c26844f250000c3856d9c7aa9c69ba845.tar.bz2
Remove ccc now. Radar 6737767
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68544 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 5faa6e2..717866e 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ endif
ifeq ($(MAKECMDGOALS),install-clang)
DIRS := tools/clang/tools/driver tools/clang/tools/clang-cc \
- tools/clang/lib/Headers tools/clang/tools/ccc
+ tools/clang/lib/Headers
OPTIONAL_DIRS :=
NO_INSTALL = 1
endif