[llvm-commits] CVS: llvm/utils/TableGen/Makefile

Reid Spencer reid at x10sys.com
Sun Aug 29 12:31:30 PDT 2004



Changes in directory llvm/utils/TableGen:

Makefile updated: 1.11 -> 1.12
---
Log message:

Link with LLVMsystem.a for operating system independence.


---
Diffs of the changes:  (+1 -1)

Index: llvm/utils/TableGen/Makefile
diff -u llvm/utils/TableGen/Makefile:1.11 llvm/utils/TableGen/Makefile:1.12
--- llvm/utils/TableGen/Makefile:1.11	Thu Jun 17 10:49:36 2004
+++ llvm/utils/TableGen/Makefile	Sun Aug 29 14:31:19 2004
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = tblgen
-USEDLIBS = support.a
+USEDLIBS = support.a LLVMsystem.a
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list