summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-03-26 23:43:14 +0000
committerMike Stump <mrs@apple.com>2009-03-26 23:43:14 +0000
commite568f641311883c2a1240e8e50d2e1e2cf04e15f (patch)
tree72e98cc43aa554424d2d0dd9e04d047b9a141a57 /Makefile
parent92722533819ab838d958966d0e40a60030bb3c16 (diff)
Update to account for driver renaming.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb82be8c3f4..717866e98ed 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,8 @@ ifeq ($(MAKECMDGOALS),tools-only)
endif
ifeq ($(MAKECMDGOALS),install-clang)
- DIRS := tools/clang/Driver tools/clang/lib/Headers tools/clang/tools/ccc
+ DIRS := tools/clang/tools/driver tools/clang/tools/clang-cc \
+ tools/clang/lib/Headers
OPTIONAL_DIRS :=
NO_INSTALL = 1
endif