Change 'make install' to install tblgen, for better support of out-of-tree targets,
[oota-llvm.git] / utils / unittest / googletest / Makefile
index 6e262413cc493dad6d180603d149ebe7b09b9b97..d709878449a65c661079bf1750cb60f1ede432aa 100644 (file)
@@ -22,4 +22,6 @@ ifeq ($(OS),MingW)
   CPP.Flags += -DGTEST_OS_WINDOWS=1
 endif
 
+NO_INSTALL = 1
+
 include $(LEVEL)/Makefile.common