Building “dependencies” will fail if make runs jobs parallel

On Mac OS 10.12.3 using Xcode 8.2.1 (7.3.2 too) compiling the build dependencies fails if “make -j[N]” is used.
Using “make” only has no problems.
Seems some dependencies not set well on those targets in ${KODI_ROOT}/tools/depends/.

I’ve tried this on main repository (https://github.com/xbmc/xbmc.git) using the master branch.

Could somebody verify this?

TIA!