Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if files are compiled with distcc, then dependency files point to the wrong target #354

Closed
giuliomoro opened this issue Oct 24, 2017 · 1 comment

Comments

@giuliomoro
Copy link
Contributor

e.g.:
build/core/RTAudio.d
will have
RTAudio.o: ...
instead of
build/core/RTAudio.o: ...
As a consequence of this, the dependencies will not be interpreted correctly next time you run make.

@giuliomoro giuliomoro changed the title if core files are compiled with distcc, then dependency files point to the wrong target if files are compiled with distcc, then dependency files point to the wrong target Oct 24, 2017
@giuliomoro
Copy link
Contributor Author

giuliomoro added a commit that referenced this issue Aug 13, 2022
…ing with distcc. This means changes to .h files will automatically trigger a rebuild of the .c/.cpp file including them. Closes #354.

See [here](distcc/distcc#62).
But also, the flag we had until 48ab580 was broken (it was supposed to be -MT"" instead of -MT""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant