diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-10-10 18:20:49 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-10-10 18:20:49 +0000 |
commit | 1b40b84a51a20f723bb10250fd1e9bce8cf61879 (patch) | |
tree | a62a523580bc779b86448d9850135eb3162b656c /Makefile | |
parent | 4e2c56bdcbd034b59e7be4f479f3b31238c64bce (diff) |
Remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165639 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 := |