summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-30 22:22:46 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-30 22:22:46 +0000
commit0cd35f20bc0d46589e3cff7f30ab310572f35e6f (patch)
treee68d5d499279b8914960f6ef8fce3db0b559eb67 /Makefile
parente70fc8ea6427934ee780db68d72aca07c629e0cd (diff)
downloadllvm-0cd35f20bc0d46589e3cff7f30ab310572f35e6f.tar.gz
llvm-0cd35f20bc0d46589e3cff7f30ab310572f35e6f.tar.bz2
llvm-0cd35f20bc0d46589e3cff7f30ab310572f35e6f.tar.xz
build: Update install-clang target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107334 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 670c1743c9..2b2c97dd4a 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ endif
ifeq ($(MAKECMDGOALS),install-clang)
DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
- tools/clang/lib/Runtime tools/clang/docs
+ tools/clang/runtime tools/clang/docs
OPTIONAL_DIRS :=
NO_INSTALL = 1
endif