From c9c1787907d247f4df9ed08f5937dea199e1750c 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33967 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/TableGen') diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index 64e24e07b5..5b93bf2e54 100644 --- a/utils/TableGen/Makefile +++ b/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