diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-05-08 17:32:47 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-05-08 17:32:47 +0000 |
| commit | 8bbd76b031cc861b63cec8ee69fafdd720474c45 (patch) | |
| tree | 77b945485fcf3b7f151fee9d31ed47efb6f72bf9 /llvm/utils/unittest | |
| parent | c48091f1419336649bf2d9774437ba558daa873e (diff) | |
| download | bcm5719-llvm-8bbd76b031cc861b63cec8ee69fafdd720474c45.tar.gz bcm5719-llvm-8bbd76b031cc861b63cec8ee69fafdd720474c45.zip | |
Change 'make install' to install tblgen, for better support of out-of-tree targets,
patch by Mikael Lepistö!
llvm-svn: 71226
Diffstat (limited to 'llvm/utils/unittest')
| -rw-r--r-- | llvm/utils/unittest/googletest/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/unittest/googletest/Makefile b/llvm/utils/unittest/googletest/Makefile index 6e262413cc4..d709878449a 100644 --- a/llvm/utils/unittest/googletest/Makefile +++ b/llvm/utils/unittest/googletest/Makefile @@ -22,4 +22,6 @@ ifeq ($(OS),MingW) CPP.Flags += -DGTEST_OS_WINDOWS=1 endif +NO_INSTALL = 1 + include $(LEVEL)/Makefile.common |

