From 008e65ff96026457126d4eb119932551cf4428ef Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 6 Feb 2007 18:51:28 +0000 Subject: Set the new NO_INSTALL flag for build-only tools. llvm-svn: 33967 --- llvm/utils/TableGen/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/utils/TableGen') diff --git a/llvm/utils/TableGen/Makefile b/llvm/utils/TableGen/Makefile index 64e24e07b59..5b93bf2e54f 100644 --- a/llvm/utils/TableGen/Makefile +++ b/llvm/utils/TableGen/Makefile @@ -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 -- cgit v1.2.3