[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 23 19:25:06 PDT 2005
Changes in directory llvm/lib/Bytecode/Archive:
Makefile updated: 1.1 -> 1.2
---
Log message:
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
---
Diffs of the changes: (+0 -1)
Makefile | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Bytecode/Archive/Makefile
diff -u llvm/lib/Bytecode/Archive/Makefile:1.1 llvm/lib/Bytecode/Archive/Makefile:1.2
--- llvm/lib/Bytecode/Archive/Makefile:1.1 Sat Nov 6 02:52:36 2004
+++ llvm/lib/Bytecode/Archive/Makefile Sun Oct 23 21:24:54 2005
@@ -13,6 +13,5 @@
# We only want an archive so only those modules actually used by a tool are
# included.
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list