diff options
author | Alexey Samsonov <samsonov@google.com> | 2012-12-06 23:59:54 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2012-12-06 23:59:54 +0000 |
commit | 9ddc304b596a4a45143af6315785c78eba61bb9b (patch) | |
tree | 7262f75c68259768de8b539c643fd81a46c23aeb /llvm/utils/unittest/googletest | |
parent | 6c4e70817cf3f430d4e2140a1fd3c58f5c305fa2 (diff) | |
download | bcm5719-llvm-9ddc304b596a4a45143af6315785c78eba61bb9b.tar.gz bcm5719-llvm-9ddc304b596a4a45143af6315785c78eba61bb9b.zip |
Try to unbreak makefile build by excluding gtest-all.cc source
llvm-svn: 169564
Diffstat (limited to 'llvm/utils/unittest/googletest')
-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 22c8f36fccb..280b012e67e 100644 --- a/llvm/utils/unittest/googletest/Makefile +++ b/llvm/utils/unittest/googletest/Makefile @@ -36,4 +36,6 @@ endif NO_INSTALL = 1 +Source = $(filter-out gtest-all.cc,$(wildcard *.cc)) + include $(LEVEL)/Makefile.common |