summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-18 02:08:17 +0000
committerjlam <jlam@pkgsrc.org>2001-05-18 02:08:17 +0000
commit16458031a7471b67ea3db8d6da51dee5b75b32e8 (patch)
treed66317b3b5256ac34e28ed044d0ed04464a5c7fb
parentda633d8a5766aea4e61d419b13ef147f8a6be428 (diff)
downloadpkgsrc-16458031a7471b67ea3db8d6da51dee5b75b32e8.tar.gz
Add MAKE="${MAKE_PROGRAM}" to CONFIGURE_ENV. This ensures that GNU
configure scripts are aware of which make program is invoked during the build process.
-rw-r--r--mk/bsd.pkg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 1b38d4cf0ee..6e86e59faab 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.739 2001/05/17 15:01:43 abs Exp $
+# $NetBSD: bsd.pkg.mk,v 1.740 2001/05/18 02:08:17 jlam Exp $
#
# This file is in the public domain.
#
@@ -143,6 +143,7 @@ GMAKE?= gmake
.else
MAKE_PROGRAM= ${MAKE}
.endif
+CONFIGURE_ENV+= MAKE="${MAKE_PROGRAM}"
.if defined(USE_KERBEROS)
RESTRICTED?= uses Kerberos encryption code