For 'install-clang' target, also traverse tools/clang/lib/Runtime.

llvm-svn: 93958
This commit is contained in:
Daniel Dunbar 2010-01-20 00:43:07 +00:00
parent b693f65c4d
commit e43fe7cbb7
1 changed files with 2 additions and 1 deletions

View File

@ -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