From 703db7f28b3159d2cbca45cc496ba2ebeb327f3e Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 23 Nov 2001 14:38:27 +0000 Subject: Pass the environment down through the custom do-build and do-install targets, otherwise the LIBTOOL definition doesn't get passed on. --- graphics/libflash/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/libflash') diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile index 50446c638d2..73d27b6163f 100644 --- a/graphics/libflash/Makefile +++ b/graphics/libflash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:25 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/11/23 14:38:27 agc Exp $ # PKGNAME= lib${DISTNAME} @@ -10,9 +10,9 @@ DEPENDS+= jpeg-6b:../../graphics/jpeg USE_LIBTOOL= yes do-build: - cd ${WRKSRC}/Lib && make + cd ${WRKSRC}/Lib && ${SETENV} ${MAKE_ENV} ${MAKE} do-install: - cd ${WRKSRC}/Lib && make install + cd ${WRKSRC}/Lib && ${SETENV} ${MAKE_ENV} ${MAKE} install .include "Makefile.common" -- cgit v1.2.3