Skip to content

Commit

Permalink
Update install-clang target for clang-cc removal.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91226 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Dec 12, 2009
1 parent dd99f3a commit 55df144
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55df144

Please sign in to comment.