unittest/googletest/Makefile: Unbreak out-of-tree build.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 7 Dec 2012 01:25:45 +0000 (01:25 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 7 Dec 2012 01:25:45 +0000 (01:25 +0000)
commitd33d2210dc1e677e1c6bb1342e33dfed57c95b8f
tree7b8f0f2235936ce8d9c51a6a40b75a38bdbecf39
parent105fdbb1312bac8c46ba2e28e9d6a70c0af151c8
unittest/googletest/Makefile: Unbreak out-of-tree build.

  - Use SOURCES instead of Source. See Makefile.rules and MakefileGuide.html.
  - Don't assume the current directory. $(wildcard *.cc) doesn't match anything on corresponding build directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169568 91177308-0d34-0410-b5e6-96231b3b80d8
utils/unittest/googletest/Makefile