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)
llvm-svn: 169564

llvm/utils/unittest/googletest/Makefile

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