summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-02-04 09:34:25 +0000
committerandrew <andrew@FreeBSD.org>2013-02-04 09:34:25 +0000
commit2765723782c7cf72c05027aa49c520e7ffebb4b7 (patch)
treedad19107580caedb8761950bdb4e5a20a944f86e /Makefile.inc1
parent897e2fb50579aef227fdadb07059bf19f3bbf36c (diff)
downloadFreeBSD-src-2765723782c7cf72c05027aa49c520e7ffebb4b7.zip
FreeBSD-src-2765723782c7cf72c05027aa49c520e7ffebb4b7.tar.gz
Fix xdev by using the install shell script as it knows about the -l
argument thile the local version install may not.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 34369a8..771f852 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1733,7 +1733,8 @@ NOFUN=-DNO_FSCHG -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT \
XDDIR=${XDEV_ARCH}-freebsd
XDTP=/usr/${XDDIR}
-CDBENV=MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/${XDDIR}
+CDBENV=MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/${XDDIR} \
+ INSTALL="sh ${.CURDIR}/tools/install.sh"
CDENV= ${CDBENV} \
_SHLIBDIRPREFIX=${XDTP} \
TOOLS_PREFIX=${XDTP}
OpenPOWER on IntegriCloud