Update install-clang target for clang-cc removal.

llvm-svn: 91226
This commit is contained in:
Daniel Dunbar 2009-12-12 21:17:54 +00:00
parent 26fdd7265b
commit e4b5f9f54c
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ ifeq ($(MAKECMDGOALS),tools-only)
endif
ifeq ($(MAKECMDGOALS),install-clang)
DIRS := tools/clang/tools/driver tools/clang/tools/clang-cc \
tools/clang/lib/Headers tools/clang/docs
DIRS := tools/clang/tools/driver tools/clang/lib/Headers tools/clang/docs
OPTIONAL_DIRS :=
NO_INSTALL = 1
endif