From 246e1b5e8581adeaf5f1b6fac5a068b57abb0780 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 9 Feb 2003 14:38:51 +0000 Subject: s/${ENV}/${SETENV}/, noted by Kevin P. Neal in connection with PR 19586. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77528f5bf31..908770522ca 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2003/01/05 13:37:15 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.52 2003/02/09 14:38:52 wiz Exp $ # .include "mk/bsd.prefs.mk" @@ -73,7 +73,7 @@ README.html: .PRECIOUS esac; \ cd ${.CURDIR} ; \ fi; \ - ${ENV} TMPDIR=${TMPDIR:U/tmp}/mkreadme \ + ${SETENV} TMPDIR=${TMPDIR:U/tmp}/mkreadme \ BMAKE=${MAKE} AWK=${AWK} EXPR=${EXPR} \ ./mk/scripts/mkreadme --pkgsrc ${.CURDIR} \ --packages ${PACKAGES} ${_README_TYPE_FLAG} $$MULTIARCH \ -- cgit v1.2.3