diff options
author | Chris Lattner <sabre@nondot.org> | 2010-07-18 00:14:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-07-18 00:14:47 +0000 |
commit | 9638eef7e3b2ca30406c5d369a44aa49ff26b201 (patch) | |
tree | 68bbf6fb727c25eeadc89b192d954dc43512e849 /lib/Basic/Makefile | |
parent | f0ca0ee66e5b1f3fc4d98e0d8795fa92559ce491 (diff) |
BUILD_ARCHIVE is the default for libraries, no need to set it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108633 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/Makefile')
-rw-r--r-- | lib/Basic/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Basic/Makefile b/lib/Basic/Makefile index 51b8ac1b45..c156304595 100644 --- a/lib/Basic/Makefile +++ b/lib/Basic/Makefile @@ -13,7 +13,6 @@ CLANG_LEVEL := ../.. LIBRARYNAME := clangBasic -BUILD_ARCHIVE = 1 include $(CLANG_LEVEL)/Makefile |