Try to unbreak makefile build by excluding gtest-all.cc source
[oota-llvm.git] / 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