diff options
Diffstat (limited to 'lang/ghc88/bootstrap.mk')
-rw-r--r-- | lang/ghc88/bootstrap.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc88/bootstrap.mk b/lang/ghc88/bootstrap.mk index 3d701a72c58..90065721a61 100644 --- a/lang/ghc88/bootstrap.mk +++ b/lang/ghc88/bootstrap.mk @@ -1,4 +1,4 @@ -# $NetBSD: bootstrap.mk,v 1.5 2020/02/17 17:26:53 jperkin Exp $ +# $NetBSD: bootstrap.mk,v 1.6 2020/03/24 20:40:15 joerg Exp $ # ----------------------------------------------------------------------------- # Select a bindist of bootstrapping compiler on a per-platform basis. # @@ -119,7 +119,7 @@ pre-configure: ${RUN}cd ${WRKDIR}/build-extract/ghc-${BOOT_VERSION}-boot && \ ${PKGSRC_SETENV} ${CONFIGURE_ENV} ${SH} ./configure \ --prefix=${TOOLS_DIR:Q} && \ - ${MAKE_PROGRAM} install + ${PKGSRC_SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install # ----------------------------------------------------------------------------- |