From 36f90c0165345e49ab902293466cdaaa37309ea7 Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 19 Mar 2007 17:00:17 +0000 Subject: Run ${SETENV} ${MAKE_ENV} before ${LIBTOOL} during do-install steps. This fixes build where libtool was not in the default path. This is for my PR #36020. --- mail/imap-uw/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail') diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 4cbeba21ca8..bcd48f56116 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2007/02/22 19:26:41 wiz Exp $ +# $NetBSD: Makefile,v 1.115 2007/03/19 17:00:17 reed Exp $ # # ATTENTION: # The Kerberos support in this software is known to be problematic. If you @@ -20,8 +20,8 @@ USE_LIBTOOL= yes MAKE_ENV+= LIBTOOL=libtool MAKE_ENV+= LTCOMPILE="libtool --mode=compile" MAKE_ENV+= LTLINK="libtool --mode=link" -LTINSTALL_PROGRAM= ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} -LTINSTALL_LIB= ${LIBTOOL} --mode=install ${INSTALL_LIB} +LTINSTALL_PROGRAM= ${SETENV} ${MAKE_ENV} ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} +LTINSTALL_LIB= ${SETENV} ${MAKE_ENV} ${LIBTOOL} --mode=install ${INSTALL_LIB} .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3