summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-11-27 00:26:22 +0000
committerBob Wilson <bob.wilson@apple.com>2011-11-27 00:26:22 +0000
commit9fbf6173b8730e18b39c0a6f3f348451f506780e (patch)
tree8f1017041415951cbdefd8e7c89cd76881c850e8 /Makefile
parent0861f5793a1834f02b522fb86fb037cd592c134f (diff)
downloadllvm-9fbf6173b8730e18b39c0a6f3f348451f506780e.tar.gz
llvm-9fbf6173b8730e18b39c0a6f3f348451f506780e.tar.bz2
llvm-9fbf6173b8730e18b39c0a6f3f348451f506780e.tar.xz
Merge the install-clang-c target into install-clang. <rdar://problem/10217046>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145157 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 0ef6fb4fbb..9983e66118 100644
--- a/Makefile
+++ b/Makefile
@@ -68,20 +68,14 @@ endif
ifeq ($(MAKECMDGOALS),install-clang)
DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
+ tools/clang/tools/libclang tools/clang/tools/c-index-test \
+ tools/clang/include/clang-c \
tools/clang/runtime tools/clang/docs \
tools/lto runtime
OPTIONAL_DIRS :=
NO_INSTALL = 1
endif
-ifeq ($(MAKECMDGOALS),install-clang-c)
- DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
- tools/clang/tools/libclang tools/clang/tools/c-index-test \
- tools/clang/include/clang-c
- OPTIONAL_DIRS :=
- NO_INSTALL = 1
-endif
-
ifeq ($(MAKECMDGOALS),clang-only)
DIRS := $(filter-out tools docs unittests, $(DIRS)) \
tools/clang tools/lto
@@ -169,7 +163,6 @@ clang-only: all
tools-only: all
libs-only: all
install-clang: install
-install-clang-c: install
install-libs: install
# If SHOW_DIAGNOSTICS is enabled, clear the diagnostics file first.