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
This commit is contained in:
Andrew Lenharth 2005-08-13 14:58:23 +00:00
parent 27e5142309
commit 40b37cc28d

View File

@ -8,10 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = LLVMCore
ifeq ($(ARCH),Alpha)
BUILD_ARCHIVE = 1
endif
include $(LEVEL)/Makefile.common