[llvm-commits] CVS: llvm/lib/Linker/Makefile
Reid Spencer
reid at x10sys.com
Sun Nov 14 14:03:51 PST 2004
Changes in directory llvm/lib/Linker:
Makefile updated: 1.1 -> 1.2
---
Log message:
Don't bother with a re-linked library, ensure archive library is built.
---
Diffs of the changes: (+2 -0)
Index: llvm/lib/Linker/Makefile
diff -u llvm/lib/Linker/Makefile:1.1 llvm/lib/Linker/Makefile:1.2
--- llvm/lib/Linker/Makefile:1.1 Fri Nov 12 14:38:45 2004
+++ llvm/lib/Linker/Makefile Sun Nov 14 16:03:14 2004
@@ -8,6 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = LLVMLinker
+BUILD_ARCHIVE := 1
+DONT_BUILD_RELINKED := 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list