[llvm-commits] CVS: llvm/tools/llvm-nm/Makefile
Reid Spencer
reid at x10sys.com
Thu Nov 25 12:22:22 PST 2004
Changes in directory llvm/tools/llvm-nm:
Makefile updated: 1.5 -> 1.6
---
Log message:
Add LLVMbzip2 library, now required.
---
Diffs of the changes: (+2 -1)
Index: llvm/tools/llvm-nm/Makefile
diff -u llvm/tools/llvm-nm/Makefile:1.5 llvm/tools/llvm-nm/Makefile:1.6
--- llvm/tools/llvm-nm/Makefile:1.5 Sun Nov 14 16:27:00 2004
+++ llvm/tools/llvm-nm/Makefile Thu Nov 25 14:22:07 2004
@@ -9,5 +9,6 @@
LEVEL = ../..
TOOLNAME = llvm-nm
-USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMArchive.a LLVMBCReader \
+ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list