Try to unbreak makefile build by excluding gtest-all.cc source
authorAlexey Samsonov <samsonov@google.com>
Thu, 6 Dec 2012 23:59:54 +0000 (23:59 +0000)
committerAlexey Samsonov <samsonov@google.com>
Thu, 6 Dec 2012 23:59:54 +0000 (23:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169564 91177308-0d34-0410-b5e6-96231b3b80d8

utils/unittest/googletest/Makefile

index 22c8f36fccb69d62ba484434a276914b7b1cd8de..280b012e67e97d0b71a6a4112b350e20e7975c70 100644 (file)
@@ -36,4 +36,6 @@ endif
 
 NO_INSTALL = 1
 
+Source = $(filter-out gtest-all.cc,$(wildcard *.cc))
+
 include $(LEVEL)/Makefile.common