From fe1319546966cf456dc5a2cbda209636b36e37cf Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 13 Oct 2016 00:05:49 +0200 Subject: export name=value not supported by old shells --- util/Makefile.bind.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in index 284bcf45..e33bae6c 100644 --- a/util/Makefile.bind.in +++ b/util/Makefile.bind.in @@ -86,7 +86,7 @@ bind2: echo Installing BIND libraries to ${binddir}. ; \ for libdir in ${bindlibs} ; do \ (cd ${bindsrcdir}/lib/$$libdir ; \ - export MAKEDEFS="${installdirs}"; \ + MAKEDEFS="${installdirs}"; export MAKEDEFS; \ $(MAKE) ${installdirs} install >> \ ${binddir}/install.log) ; \ done ; \ -- cgit v1.2.1