Try to unbreak makefile build by excluding gtest-all.cc source

llvm-svn: 169564
This commit is contained in:
Alexey Samsonov 2012-12-06 23:59:54 +00:00
parent dd419ee85c
commit 8388a78977

View File

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