Fix test_cpp and c++ parallel build in Makefile.direct
authorIvan Maidanski <ivmai@mail.ru>
Mon, 20 Mar 2017 08:33:37 +0000 (11:33 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 20 Mar 2017 08:33:37 +0000 (11:33 +0300)
commit41db6f84f91461e6409e848324e2958471301fa9
tree532424f628f8a515809b1c60cf1057cb4bfc07ea
parenta83901c82024720a54bdcf8ab4befa5142573c21
Fix test_cpp and c++ parallel build in Makefile.direct

* Makefile.direct (test_cpp): Add dependency on c++ (and remove
dependency on base_lib and gc_cpp.o); do not link with gc_cpp.o
directly (it should be in gc.a).
Makefile.direct