diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-24 02:26:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-24 02:26:13 +0000 |
commit | bde38455482dff5e0ee920da2144117f48354751 (patch) | |
tree | 16baa574bd97d480f8a1b39028c05428e49ad3ba /llvm/lib/Bytecode | |
parent | 1b91cbd62729b8330ee866f95e6cb6ec35e2ffb4 (diff) | |
download | bcm5719-llvm-bde38455482dff5e0ee920da2144117f48354751.tar.gz bcm5719-llvm-bde38455482dff5e0ee920da2144117f48354751.zip |
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
llvm-svn: 23940
Diffstat (limited to 'llvm/lib/Bytecode')
-rw-r--r-- | llvm/lib/Bytecode/Archive/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Archive/Makefile b/llvm/lib/Bytecode/Archive/Makefile index 9b6b3a9b444..e8cc803c785 100644 --- a/llvm/lib/Bytecode/Archive/Makefile +++ b/llvm/lib/Bytecode/Archive/Makefile @@ -13,6 +13,5 @@ LIBRARYNAME = LLVMArchive # We only want an archive so only those modules actually used by a tool are # included. BUILD_ARCHIVE = 1 -DONT_BUILD_RELINKED = 1 include $(LEVEL)/Makefile.common |