[llvm-commits] CVS: llvm/lib/VMCore/Makefile

Andrew Lenharth alenhar2 at cs.uiuc.edu
Sat Aug 13 07:58:34 PDT 2005



Changes in directory llvm/lib/VMCore:

Makefile updated: 1.5 -> 1.6
---
Log message:

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

---
Diffs of the changes:  (+0 -3)

 Makefile |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/lib/VMCore/Makefile
diff -u llvm/lib/VMCore/Makefile:1.5 llvm/lib/VMCore/Makefile:1.6
--- llvm/lib/VMCore/Makefile:1.5	Sat Aug 13 00:09:50 2005
+++ llvm/lib/VMCore/Makefile	Sat Aug 13 09:58:23 2005
@@ -8,10 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 LIBRARYNAME = LLVMCore
-
-ifeq ($(ARCH),Alpha)
 BUILD_ARCHIVE = 1
-endif
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list