diff options
| author | Andrew Lenharth <andrewl@lenharth.org> | 2005-08-13 14:58:23 +0000 |
|---|---|---|
| committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-08-13 14:58:23 +0000 |
| commit | 107a0a76903acfe0d54e8fdbf2952ada6745b71b (patch) | |
| tree | a707fa2c8fed8fb741ffa8dedb010a131f4873a4 /llvm | |
| parent | 47d3ec3525544c0b3403b712608dacead8962e1a (diff) | |
| download | bcm5719-llvm-107a0a76903acfe0d54e8fdbf2952ada6745b71b.tar.gz bcm5719-llvm-107a0a76903acfe0d54e8fdbf2952ada6745b71b.zip | |
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
llvm-svn: 22783
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/VMCore/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/Makefile b/llvm/lib/VMCore/Makefile index 8c95e08d8ed..7a01f4cb3c3 100644 --- a/llvm/lib/VMCore/Makefile +++ b/llvm/lib/VMCore/Makefile @@ -8,10 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. LIBRARYNAME = LLVMCore - -ifeq ($(ARCH),Alpha) BUILD_ARCHIVE = 1 -endif include $(LEVEL)/Makefile.common |

