Such small issues tend to compound into bigger ones. I think we need to fix this. We could make phobos dependent on the actual druntime library, or just not list it as a dependency. Thoughts?
Comment #3 by code — 2014-08-09T15:43:56Z
I just used $(DRUNTIME) as target, so make doesn't know about the additional $(DRUNTIMESO) output. I think this is good enough as the archive and the shared library shouldn't be out-of-sync.
https://github.com/D-Programming-Language/phobos/pull/2409
Comment #4 by github-bugzilla — 2014-08-13T19:52:55Z