Makefile revision 1.2
11.2Smrg# $NetBSD: Makefile,v 1.2 2012/04/15 08:37:32 mrg Exp $ 21.1Smrg# 31.1Smrg 41.1SmrgGNUHOSTDIST= ${.CURDIR}/../../external/lgpl2/mpc/dist 51.1Smrg 61.1SmrgCONFIGURE_ARGS+= --with-gmp=${TOOLDIR:Q} \ 71.1Smrg --with-mpfr=${TOOLDIR:Q} 81.1Smrg 91.1SmrgCONFIGURE_ARGS+=--disable-shared 101.1Smrg 111.1Smrg.include "${.CURDIR}/../Makefile.gnuhost" 121.2Smrg 131.2Smrg# Force avoiding possibly non-executable install-sh. 141.2SmrgCONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d" 15