Make "make check" work properly for Python and Java. Summary: The Python and Java versions of "make check" only work if "make all" has been run. Our automake-fu isn't strong enough to make proper dependencies, so this hack suggested by Nitay will force the libraries to be built before make check is run. Test Plan: make check