]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
For 'install-clang' target, also traverse tools/clang/lib/Runtime.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 20 Jan 2010 00:43:07 +0000 (00:43 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 20 Jan 2010 00:43:07 +0000 (00:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93958 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 2183a5b24fde8e77e9fde55020d849c26a40fcb1..319bdcd0fbac522d8ddf523a361ad03e51958ccf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,8 @@ ifeq ($(MAKECMDGOALS),tools-only)
 endif
 
 ifeq ($(MAKECMDGOALS),install-clang)
-  DIRS := tools/clang/tools/driver tools/clang/lib/Headers tools/clang/docs
+  DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
+          tools/clang/lib/Runtime tools/clang/docs
   OPTIONAL_DIRS :=
   NO_INSTALL = 1
 endif