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)
commit10dd766ab07f03c1fc6e84874b8fe2e8f62d138a
tree359e4621fa98d243265d4bc8628202939aed3dc7
parentc1a9ecd8736d8c56beaeb0b8685c441fc0c9795a
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.

llvm-svn: 169568
llvm/utils/unittest/googletest/Makefile