Remove the install-clang-c makefile target.
authorBob Wilson <bob.wilson@apple.com>
Wed, 30 Nov 2011 21:06:12 +0000 (21:06 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 30 Nov 2011 21:06:12 +0000 (21:06 +0000)
When I did this before it broke a buildbot that was testing that target, but
we've removed that buildbot now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145519 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 79fb043a8ccbe65dfa435f8ceeab0350b9c7e024..35fa00fb93c152b0ba62d03a096a448fc668d969 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -76,14 +76,6 @@ ifeq ($(MAKECMDGOALS),install-clang)
   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
@@ -171,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.