This PR changes the tremendously spammy 'make depends' output to only print actual output if something breaks. As it stands, travis truncates the logs because it is too long, and I doubt anyone has any use for a million lines of build logs unless something actually doesn't compile.
Need to verify:
- I am not sure if my
|| cat outputfileapproach will signal the exit code to automake or if automake will continue puffing along.