You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
…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""
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
.The text was updated successfully, but these errors were encountered: