Change 'make install' to install tblgen, for better support of out-of-tree targets,
patch by Mikael Lepistö!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71226 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/unittest/googletest/Makefile b/utils/unittest/googletest/Makefile
index 6e26241..d709878 100644
--- a/utils/unittest/googletest/Makefile
+++ b/utils/unittest/googletest/Makefile
@@ -22,4 +22,6 @@
   CPP.Flags += -DGTEST_OS_WINDOWS=1
 endif
 
+NO_INSTALL = 1
+
 include $(LEVEL)/Makefile.common