From: Bill Wendling Date: Wed, 10 Oct 2012 18:20:49 +0000 (+0000) Subject: Remove dead variable. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1b40b84a51a20f723bb10250fd1e9bce8cf61879;p=oota-llvm.git Remove dead variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165639 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index 6ea55336b7a..e59441c4329 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,6 @@ ifeq ($(MAKECMDGOALS),install-clang) endif ifeq ($(MAKECMDGOALS),clang-only) - BUILD_CLANG_ONLY := YES DIRS := $(filter-out tools docs unittests, $(DIRS)) \ tools/clang tools/lto OPTIONAL_DIRS :=