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/lgpl3/mpfr/dist 51.1Smrg 61.1SmrgCONFIGURE_ARGS+= --with-gmp=${TOOLDIR:Q} 71.1Smrg 81.1SmrgCONFIGURE_ARGS+=--disable-shared 91.1Smrg 101.1Smrg.include "${.CURDIR}/../Makefile.gnuhost" 111.2Smrg 121.2Smrg# Force avoiding possibly non-executable install-sh. 131.2SmrgCONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d" 14