Fix TestExec after r334783

The second makefile that was added has implicit rules which meant
that secondprog.cpp would be built once into a secondprog binary,
but it would also be compiled as a.out overwriting the main binary.
This lead to spurious failures.

This commit simplifies the Makefile to build only once with the correct
executable name.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@334861 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed