Change Library Names Not To Conflict With Others When Installed
[oota-llvm.git] / tools / llvm-nm / Makefile
index d1b1bd150550fd325156a94724d673b212f3b347..b3f1702bf5c690647d4b264594a09c67732abfb5 100644 (file)
@@ -9,5 +9,5 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-nm
-USEDLIBS = bcreader vmcore support.a LLVMsystem.a
+USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
 include $(LEVEL)/Makefile.common