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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169564 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alexey Samsonov 2012-12-06 23:59:54 +00:00
parent c4e8ddff0c
commit e40aecf037

View File

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