[llvm-commits] CVS: llvm/utils/TableGen/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 16:19:07 PDT 2004
Changes in directory llvm/utils/TableGen:
Makefile updated: 1.13 -> 1.14
---
Log message:
Change Library Names Not To Conflict With Others When Installed
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/TableGen/Makefile
diff -u llvm/utils/TableGen/Makefile:1.13 llvm/utils/TableGen/Makefile:1.14
--- llvm/utils/TableGen/Makefile:1.13 Fri Sep 3 18:19:53 2004
+++ llvm/utils/TableGen/Makefile Wed Oct 27 18:18:45 2004
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = tblgen
-USEDLIBS = support.a LLVMsystem.a
+USEDLIBS = LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list