diff --git a/Toolchain/BuildIt.sh b/Toolchain/BuildIt.sh index 6941144796..b0f7cf7f6a 100755 --- a/Toolchain/BuildIt.sh +++ b/Toolchain/BuildIt.sh @@ -227,9 +227,9 @@ pushd "$DIR/Build/$ARCH" # under macOS generated makefiles are not resolving the "intl" # dependency properly to allow linking its own copy of # libintl when building with --enable-shared. - "$MAKE" -j "$MAKEJOBS" || true + buildstep "binutils/build" "$MAKE" -j "$MAKEJOBS" || true pushd intl - "$MAKE" all-yes + buildstep "binutils/build" "$MAKE" all-yes popd fi echo "XXX build binutils"