From 69475dd92b87af0075b70202ca154cbe7027f59d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 20 Dec 2013 06:25:37 +0000 Subject: Install three utils, "FileCheck", "count", and "not", for now to appease llvmlab dragonegg builder. Since r197684, "install/bin/llvm-config --obj-root" hasn't shown the build tree. The builder was finding utils in the build tree, from the installed tree. I will revert this after dragonegg builder would be tweaked not to use installed llvm-config. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197786 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/not/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/not') diff --git a/utils/not/Makefile b/utils/not/Makefile index f37f166c6c..26b7450d48 100644 --- a/utils/not/Makefile +++ b/utils/not/Makefile @@ -14,8 +14,8 @@ USEDLIBS = LLVMSupport.a # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS = 1 -# Don't install this utility -NO_INSTALL = 1 +# FIXME: Don't install this utility +#NO_INSTALL = 1 include $(LEVEL)/Makefile.common -- cgit v1.2.3