[llvm-commits] CVS: llvm/tools/extract/Makefile
Reid Spencer
reid at x10sys.com
Sun Aug 29 12:29:51 PDT 2004
Changes in directory llvm/tools/extract:
Makefile updated: 1.4 -> 1.5
---
Log message:
Add the LLVMsystem.a library as it is now used for operating system
independence of the tool.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/extract/Makefile
diff -u llvm/tools/extract/Makefile:1.4 llvm/tools/extract/Makefile:1.5
--- llvm/tools/extract/Makefile:1.4 Tue Oct 21 22:40:33 2003
+++ llvm/tools/extract/Makefile Sun Aug 29 14:29:38 2004
@@ -10,6 +10,6 @@
TOOLNAME = extract
USEDLIBS = bcreader bcwriter transforms.a ipo.a target.a analysis.a \
- transformutils.a ipa.a vmcore support.a
+ transformutils.a ipa.a vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list