[llvm-commits] CVS: llvm/tools/llvm-nm/Makefile
Reid Spencer
reid at x10sys.com
Sun Aug 29 12:29:51 PDT 2004
Changes in directory llvm/tools/llvm-nm:
Makefile updated: 1.2 -> 1.3
---
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/llvm-nm/Makefile
diff -u llvm/tools/llvm-nm/Makefile:1.2 llvm/tools/llvm-nm/Makefile:1.3
--- llvm/tools/llvm-nm/Makefile:1.2 Mon Oct 20 17:27:27 2003
+++ llvm/tools/llvm-nm/Makefile Sun Aug 29 14:29:38 2004
@@ -9,5 +9,5 @@
LEVEL = ../..
TOOLNAME = llvm-nm
-USEDLIBS = bcreader vmcore support.a
+USEDLIBS = bcreader vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list