${WRKDIR}/stamp-bootstrap-ghc: ${WRKDIR}/stamp-rewrite-hc-paths
${RUN} cd ${WRKDIR}/bootstrap/${DISTNAME} && \
${PHASE_MSG} "Creating bootstrapping files for ${PKGNAME}" && \
- ${GMAKE} bootstrapping-files && \
+ ${BUILD_MAKE_CMD} bootstrapping-files && \
${PHASE_MSG} "Building bootstrapping compiler for ${PKGNAME}" && \
- ${GMAKE} all_ghc_stage2 && \
+ ${BUILD_MAKE_CMD} all_ghc_stage2 && \
${PHASE_MSG} "Building bootstrapping toolkit for ${PKGNAME}" && \
- ${GMAKE} inplace/bin/ghc-pkg && \
- ${GMAKE} inplace/lib/unlit && \
+ ${BUILD_MAKE_CMD} inplace/bin/ghc-pkg && \
+ ${BUILD_MAKE_CMD} inplace/lib/unlit && \
inplace/bin/ghc-pkg recache && \
${CP} -f inplace/bin/ghc-stage2 ${BUILDLINK_DIR}/bin/ghc && \
${CP} -f inplace/bin/ghc-pkg ${BUILDLINK_DIR}/bin/ghc-pkg && \