summaryrefslogtreecommitdiff
path: root/cross/mingw
diff options
context:
space:
mode:
authorjoerg <joerg>2014-12-10 23:21:40 +0000
committerjoerg <joerg>2014-12-10 23:21:40 +0000
commit8d786c67027876cd22af89828f1abc24a5ea4926 (patch)
tree59313803a8d68f69e4455d36c6b15d51faa586eb /cross/mingw
parentc12d7d6f9a6549be69e89f36965b0d743d3e6c35 (diff)
downloadpkgsrc-8d786c67027876cd22af89828f1abc24a5ea4926.tar.gz
Use PREPEND_PATH here in place of explicit PATH manipulation.
Diffstat (limited to 'cross/mingw')
-rw-r--r--cross/mingw/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/mingw/Makefile.common b/cross/mingw/Makefile.common
index d276dedd652..95a1a607b7b 100644
--- a/cross/mingw/Makefile.common
+++ b/cross/mingw/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2010/03/15 18:34:36 asau Exp $
+# $NetBSD: Makefile.common,v 1.2 2014/12/10 23:21:40 joerg Exp $
#
# used by cross/mingw-gcc/buildlink3.mk
# used by cross/mingw-binutils/Makefile
@@ -16,7 +16,7 @@ PLIST_SUBST+= MINGW_TARGET=${MINGW_TARGET:Q}
MAKE_ENV+= MINGW_TARGET=${MINGW_TARGET:Q}
CONFIGURE_ENV+= MINGW_TARGET=${MINGW_TARGET:Q}
-PATH:= ${CROSSBASE}/bin:${PATH}
+PREPEND_PATH+= ${CROSSBASE}/bin
.if defined(GNU_CONFIGURE)
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}