From ec58f20df31d228de9e4ce54140df356a2bc24c1 Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi <geek4civic@gmail.com>
Date: Mon, 28 Feb 2011 05:18:07 +0000
Subject: [PATCH] Don't install libUnitTestMain.a. It might be useless without
 gtest headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126632 91177308-0d34-0410-b5e6-96231b3b80d8
---
 utils/unittest/UnitTestMain/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/utils/unittest/UnitTestMain/Makefile b/utils/unittest/UnitTestMain/Makefile
index cec654f73af..30827795aff 100644
--- a/utils/unittest/UnitTestMain/Makefile
+++ b/utils/unittest/UnitTestMain/Makefile
@@ -27,4 +27,6 @@ ifneq ($(HAVE_PTHREAD), 1)
   CPP.Flags += -DGTEST_HAS_PTHREAD=0
 endif
 
+NO_INSTALL = 1
+
 include $(LEVEL)/Makefile.common
-- 
2.40.0