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

Reid Spencer reid at x10sys.com
Tue Feb 6 10:51:48 PST 2007



Changes in directory llvm/utils/TableGen:

Makefile updated: 1.19 -> 1.20
---
Log message:

Set the new NO_INSTALL flag for build-only tools.


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

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/utils/TableGen/Makefile
diff -u llvm/utils/TableGen/Makefile:1.19 llvm/utils/TableGen/Makefile:1.20
--- llvm/utils/TableGen/Makefile:1.19	Thu Jul  6 19:21:17 2006
+++ llvm/utils/TableGen/Makefile	Tue Feb  6 12:51:28 2007
@@ -9,6 +9,7 @@
 
 LEVEL = ../..
 TOOLNAME = tblgen
+NO_INSTALL = 1;
 USEDLIBS = LLVMSupport.a LLVMSystem.a
 EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \
 	     FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs






More information about the llvm-commits mailing list