To eliminate problems where 'lldbinline.py'-generated Makefiles are re-used, I've standardized the generation of them. The testsuite now asserts if there is a discrepancy between what is there and what 'lldbinline.py' would generate.
I've also eliminated all cases where what is there is legitimately different from what 'lldbinline.py' would generate.
This files will not end up being identical, due to different path separators and newlines when this is being run on windows.
I like the idea of diffing, but it needs to be done in a way that it will work on windows.