summaryrefslogtreecommitdiff
path: root/lib/VMCore/Makefile
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-08-13 14:58:23 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-08-13 14:58:23 +0000
commit40b37cc28dfaa43c32269342295312e7af966bb8 (patch)
tree8793e9174253088fcad596c267d07e83db5fc451 /lib/VMCore/Makefile
parent27e5142309946ca12c633b265673af0c24684427 (diff)
downloadllvm-40b37cc28dfaa43c32269342295312e7af966bb8.tar.gz
llvm-40b37cc28dfaa43c32269342295312e7af966bb8.tar.bz2
llvm-40b37cc28dfaa43c32269342295312e7af966bb8.tar.xz
Testing a variable before it is defined doesn't work so well. It is a fairly small thing, so just let everyone build the .a file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Makefile')
-rw-r--r--lib/VMCore/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/VMCore/Makefile b/lib/VMCore/Makefile
index 8c95e08d8e..7a01f4cb3c 100644
--- a/lib/VMCore/Makefile
+++ b/lib/VMCore/Makefile
@@ -8,10 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = LLVMCore
-
-ifeq ($(ARCH),Alpha)
BUILD_ARCHIVE = 1
-endif
include $(LEVEL)/Makefile.common