From 40b37cc28dfaa43c32269342295312e7af966bb8 Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Sat, 13 Aug 2005 14:58:23 +0000 Subject: 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 --- lib/VMCore/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/VMCore/Makefile') 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 -- cgit v1.2.3